mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
23 lines
1.3 KiB
CSS
23 lines
1.3 KiB
CSS
::-webkit-scrollbar {width: 12px; height: 12px}
|
|
::-webkit-scrollbar-thumb {background: rgba(0,198,255,0.2)}
|
|
::-webkit-scrollbar-thumb:hover {background: rgba(0,198,255,0.8)}
|
|
::-webkit-scrollbar-corner, ::-webkit-scrollbar-resizer {background: transparent}
|
|
|
|
body {margin: 0; overflow: auto;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
.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}
|
|
.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}
|
|
.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}
|
|
.fmDragBox {position: absolute; display: inline-block; width: 0; height: 0; top: 0; left: 0; background: rgba(0,198,255,0.3);
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
li a span:first-of-type {white-space: pre}
|