File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 27
27
-moz-osx-font-smoothing : grayscale;
28
28
29
29
}
30
+ html {
31
+ -webkit-font-smoothing : antialiased;}
32
+
30
33
: root {
31
34
--skin-hover : rgba (0 , 0 , 0 , 0.1 );
32
- --skin-color : rgba (255 , 255 , 255 , 0.9 );
35
+ --skin-color : rgba (255 , 255 , 255 , 0.7 );
33
36
}
34
37
.default-skin {
35
38
font-family : 'Helvetica Neue' ;
@@ -104,6 +107,23 @@ body{
104
107
top : 120px ;
105
108
106
109
}
110
+
111
+ .menu-container ::-webkit-scrollbar {
112
+ width : 10px ;
113
+ }
114
+
115
+ .menu-container ::-webkit-scrollbar-track {
116
+ background : # f1f1f1 ;
117
+ }
118
+
119
+ .menu-container ::-webkit-scrollbar-thumb {
120
+ background : # 888 ;
121
+ }
122
+
123
+ .menu-container ::-webkit-scrollbar-thumb : hover {
124
+ background : # 555 ;
125
+ }
126
+
107
127
.position-left {
108
128
left : -270px ;
109
129
}
You can’t perform that action at this time.
0 commit comments