css style fixes

This commit is contained in:
Serghey Rodin 2016-06-27 19:41:07 +03:00
commit b787f11635

View file

@ -1073,7 +1073,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
overflow: hidden; overflow: hidden;
top: 42px; top: 42px;
width: 201px; width: 201px;
background-color: #959593; background-color: #5c5c5c;
list-style-type: none; list-style-type: none;
padding-left: 0; padding-left: 0;
box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3); 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) {
padding: 0; padding: 0;
} }
.context-menu li { .context-menu li {
border-bottom: 1px solid #aaa; border-bottom: 1px solid #777;
color: #fff; color: #fff;
cursor: pointer; cursor: pointer;
font-size: 12px; font-size: 12px;
@ -1651,6 +1651,10 @@ body.mobile .l-unit-toolbar__col--right {
border-right: 1px solid #d8d7d7; border-right: 1px solid #d8d7d7;
position: relative; position: relative;
} }
.selected .actions-panel__col {
-webkit-filter: contrast(80%);
filter: contrast(80%);
}
.actions-panel__col i { .actions-panel__col i {
background-image: url("/images/sprite.png?1446554103"); background-image: url("/images/sprite.png?1446554103");
background-repeat: no-repeat; background-repeat: no-repeat;
@ -2106,6 +2110,10 @@ body.mobile .l-unit-toolbar__col--right {
background-position: -174px 560px; background-position: -174px 560px;
visibility: visible; visibility: visible;
} }
.selected .l-icon-star {
filter: contrast(70%);
-webkit-filter: contrast(70%);
}
.units.compact .l-icon-star { .units.compact .l-icon-star {
margin-top: -14px; margin-top: -14px;