File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -1286,19 +1286,19 @@ div.l-content > div.l-separator:nth-of-type(4) {
12861286 margin : 0 ;
12871287 overflow : hidden;
12881288 top : 42px ;
1289- background-color : rgba (49 , 97 , 152 , 0.95 );
1289+ background-color : rgba (255 , 255 , 255 , 0.95 );
12901290 list-style-type : none;
1291- padding-left : 0 ;
1292- box-shadow : 0 2 px 8px 0 rgba ( 20 , 20 , 20 , 0.25 ) ;
1293- border-radius : 4 px ;
1294- border : 1 px solid rgba ( 255 , 255 , 255 , 0.95 ) ;
1291+ box-shadow : 0 2 px 12 px 0 rgba ( 20 , 20 , 20 , 0.45 ) ;
1292+ border-radius : 8px ;
1293+ border : 1 px solid rgba ( 255 , 255 , 255 , 1 ) ;
1294+ padding : 0 px ;
12951295}
12961296.context-menu .sort-order li {
12971297 padding : 0 ;
12981298}
12991299.context-menu li {
1300- border-bottom : 1px solid # 777 ;
1301- color : # fff ;
1300+ border-bottom : 1px solid # ddd ;
1301+ color : # 2e2e2e ;
13021302 cursor : pointer;
13031303 font-size : 0.8rem ;
13041304 padding : 12px ;
@@ -1307,8 +1307,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
13071307 display : inline-block;
13081308 padding : 12px 28px 12px 12px ;
13091309 width : 117px ;
1310- text-transform : uppercase;
1311- font-weight : 600 ;
1310+ font-weight : 500 ;
13121311}
13131312.context-menu .sort-order span .up {
13141313 display : inline-block;
You can’t perform that action at this time.
0 commit comments