Skip to content

Commit cd3f0a9

Browse files
committed
Move styles only
1 parent c35d47b commit cd3f0a9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/files.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ table, caption, tbody, tfoot, thead, tr, th, td {
1717
vertical-align: top;
1818
}
1919

20+
::-webkit-scrollbar {width: 12px; height: 12px}
21+
::-webkit-scrollbar-thumb {background: rgba(0,198,255,0.1)}
22+
::-webkit-scrollbar-corner, ::-webkit-scrollbar-resizer {background: transparent}
23+
2024
body {margin: 0; overflow: auto;
2125
-webkit-user-select: none;
2226
-moz-user-select: none;
2327
-ms-user-select: none;
2428
user-select: none;
2529
}
2630

27-
::-webkit-scrollbar {width: 12px; height: 12px}
28-
::-webkit-scrollbar-thumb {background: rgba(0,198,255,0.1)}
29-
::-webkit-scrollbar-corner, ::-webkit-scrollbar-resizer {background: transparent}
30-
3131
.lock {position: fixed; display: inline-block; width: 12px; height: 16px; background: url('../images/file-manager-icons.png') 0 0 no-repeat; right: 0; margin-right: 16px; top: 0; cursor: pointer}
3232
.refresh {position: fixed; display: inline-block; width: 14px; height: 14px; background: url('../images/file-manager-icons.png') -32px 0 no-repeat; right: 0; margin-right: 15px; top: 25px; cursor: pointer}
3333
.plugins {position: fixed; display: inline-block; width: 16px; height: 16px; background: url('../images/file-manager-icons.png') -64px 0 no-repeat; right: 0; margin-right: 15px; top: 47px; cursor: pointer}

0 commit comments

Comments
 (0)