mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
Change Menus and checkboxes disabled to hide
This commit is contained in:
parent
d120654a9b
commit
5939012ab1
5 changed files with 149 additions and 183 deletions
22
web/css/styles.min.css
vendored
22
web/css/styles.min.css
vendored
|
@ -916,16 +916,18 @@ input[type="checkbox"] {
|
|||
|
||||
.l-stat {
|
||||
margin: 0 auto;
|
||||
display: table;
|
||||
margin: 34px auto;
|
||||
position: fixed;
|
||||
background-color: #fff;
|
||||
z-index: 100;
|
||||
padding-top: 30px;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.l-stat__col {
|
||||
display: table-cell;
|
||||
display: block;
|
||||
vertical-align: top;
|
||||
float: left;
|
||||
}
|
||||
.l-stat__col a {
|
||||
display: inline-block;
|
||||
|
@ -993,19 +995,6 @@ input[type="checkbox"] {
|
|||
margin-right: -8px;
|
||||
}
|
||||
|
||||
.l-stat__col a.disabled {
|
||||
cursor: default;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.l-stat__col a.disabled:hover {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.l-stat__col a.disabled .l-stat__col-title, .l-stat__col a.disabled li {
|
||||
color: #e0e0e0;
|
||||
}
|
||||
|
||||
.l-separator.selected,
|
||||
.l-separator {
|
||||
height: 1px;
|
||||
|
@ -3136,13 +3125,14 @@ form#vstobjects.suspended {
|
|||
background: rgba(50, 50, 50, 0.9);
|
||||
display: inline-block;
|
||||
position: fixed;
|
||||
right: 20%;
|
||||
left: 50%;
|
||||
bottom: 0;
|
||||
color: #eee;
|
||||
width: 800px;
|
||||
border: 1px solid #333;
|
||||
font-size: 13px;
|
||||
z-index: 120;
|
||||
transform: translate(-50%, 0);
|
||||
}
|
||||
.shortcuts .header {
|
||||
border-bottom: 1px solid #333;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue