File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments