Skip to content

Commit 5f88464

Browse files
committed
Scrollbar within files frame is customised
1 parent 069282a commit 5f88464

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/files.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ body {margin: 0; overflow: auto;
2424
user-select: none;
2525
}
2626

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+
2731
.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}
2832
.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}
2933
.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)