1313 margin : 0 ;
1414 padding : 0 ;
1515 font-family : "Open Sans" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
16- background -image: -webkit-linear-gradient (45deg , # 14a8a2 0px , # 40cfcb 70% );
17- background -image: linear-gradient (45deg , # 14a8a2 0px , # 40cfcb 70% );
18- background -attachment: fixed;
16+ _background -image: -webkit-linear-gradient (45deg , # 14a8a2 0px , # 40cfcb 70% );
17+ _background -image: linear-gradient (45deg , # 14a8a2 0px , # 40cfcb 70% );
18+ _background -attachment: fixed;
1919 min-width : 320px ;
2020 text-rendering : optimizeLegibility;
2121 -webkit-transition : none !important ;
@@ -107,7 +107,7 @@ body.version {
107107 height : 100% ;
108108 overflow-y : auto;
109109 overflow-x : hidden;
110- visibility : hidden ;
110+ visibility : visible ;
111111}
112112.sidebar .ui .vertical .menu {
113113 background : # 333333 ;
@@ -134,6 +134,7 @@ body.version {
134134 background : rgba (255 , 255 , 255 , 0.1 );
135135}
136136.sidebar .ui .vertical .menu a .item .active {
137+ margin-right : 18px ;
137138 border-right : 18px solid # 40cfcb ;
138139}
139140.sidebar ::-webkit-scrollbar {
@@ -174,7 +175,7 @@ body.version {
174175 margin : 0 ;
175176 padding : 10px 0 20px 0 ;
176177 height : 20px ;
177- color : # eeeeee ;
178+ color : # 999999 ;
178179 background : rgba (255 , 255 , 255 , 0.75 );
179180 font-size : 0.75rem ;
180181}
0 commit comments