mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
css style fixes
This commit is contained in:
parent
0ce0083fb7
commit
b787f11635
1 changed files with 10 additions and 2 deletions
12
web/css/styles.min.css
vendored
12
web/css/styles.min.css
vendored
|
@ -1073,7 +1073,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
|
|||
overflow: hidden;
|
||||
top: 42px;
|
||||
width: 201px;
|
||||
background-color: #959593;
|
||||
background-color: #5c5c5c;
|
||||
list-style-type: none;
|
||||
padding-left: 0;
|
||||
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;
|
||||
}
|
||||
.context-menu li {
|
||||
border-bottom: 1px solid #aaa;
|
||||
border-bottom: 1px solid #777;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
font-size: 12px;
|
||||
|
@ -1651,6 +1651,10 @@ body.mobile .l-unit-toolbar__col--right {
|
|||
border-right: 1px solid #d8d7d7;
|
||||
position: relative;
|
||||
}
|
||||
.selected .actions-panel__col {
|
||||
-webkit-filter: contrast(80%);
|
||||
filter: contrast(80%);
|
||||
}
|
||||
.actions-panel__col i {
|
||||
background-image: url("/images/sprite.png?1446554103");
|
||||
background-repeat: no-repeat;
|
||||
|
@ -2106,6 +2110,10 @@ body.mobile .l-unit-toolbar__col--right {
|
|||
background-position: -174px 560px;
|
||||
visibility: visible;
|
||||
}
|
||||
.selected .l-icon-star {
|
||||
filter: contrast(70%);
|
||||
-webkit-filter: contrast(70%);
|
||||
}
|
||||
|
||||
.units.compact .l-icon-star {
|
||||
margin-top: -14px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue