Skip to content

Commit dfc6161

Browse files
Fixed some CSS.
1 parent e5d755f commit dfc6161

File tree

3 files changed

+567
-565
lines changed

3 files changed

+567
-565
lines changed

index.htm

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,9 @@
115115
height:30px;
116116
vertical-align:middle;
117117
margin:2px 5px;
118+
border-radius:5px;
118119
}
119-
.foldericon:hover,.icon:hover,.plitem:hover,#uplink:hover,.folderlink:hover,.filelink:hover,.streamlink:hover,.favoritelink:hover{
120+
.foldericon:hover,.plitem:hover,#uplink:hover,.folderlink:hover,.filelink:hover,.streamlink:hover,.favoritelink:hover{
120121
cursor:pointer;
121122
background:lightgrey;
122123
}
@@ -165,16 +166,17 @@
165166
.playercontrol{
166167
display:inline;
167168
}
169+
.playercontrol .icon:hover{
170+
cursor:pointer;
171+
}
168172
#volumeslider{
169173
vertical-align:middle;
170174
}
171175
.addfolder:hover,.starticon:hover{
172176
border:solid 1px black;
173-
border-radius:5px;
174177
}
175178
.deletebutton:hover{
176179
border:solid 1px black;
177-
border-radius:5px;
178180
background:red;
179181
}
180182
#overlay{

index.htm.gz

-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)