File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -1073,7 +1073,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
10731073 overflow : hidden;
10741074 top : 42px ;
10751075 width : 201px ;
1076- background-color : # 959593 ;
1076+ background-color : # 5c5c5c ;
10771077 list-style-type : none;
10781078 padding-left : 0 ;
10791079 box-shadow : 0 2px 7px 0 rgba (0 , 0 , 0 , 0.3 );
@@ -1082,7 +1082,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
10821082 padding : 0 ;
10831083}
10841084.context-menu li {
1085- border-bottom : 1px solid # aaa ;
1085+ border-bottom : 1px solid # 777 ;
10861086 color : # fff ;
10871087 cursor : pointer;
10881088 font-size : 12px ;
@@ -1651,6 +1651,10 @@ body.mobile .l-unit-toolbar__col--right {
16511651 border-right : 1px solid # d8d7d7 ;
16521652 position : relative;
16531653}
1654+ .selected .actions-panel__col {
1655+ -webkit-filter : contrast (80% );
1656+ filter : contrast (80% );
1657+ }
16541658.actions-panel__col i {
16551659 background-image : url ("/images/sprite.png?1446554103" );
16561660 background-repeat : no-repeat;
@@ -2106,6 +2110,10 @@ body.mobile .l-unit-toolbar__col--right {
21062110 background-position : -174px 560px ;
21072111 visibility : visible;
21082112}
2113+ .selected .l-icon-star {
2114+ filter : contrast (70% );
2115+ -webkit-filter : contrast (70% );
2116+ }
21092117
21102118.units .compact .l-icon-star {
21112119 margin-top : -14px ;
You can’t perform that action at this time.
0 commit comments