mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Disable WebUI header menu WEB, DNS, MAIL, DB, CRON, BACKUP if they are set "0" in the package.
This commit is contained in:
parent
1820107da2
commit
cc15e4adad
2 changed files with 63 additions and 2 deletions
15
web/css/styles.min.css
vendored
15
web/css/styles.min.css
vendored
|
@ -993,6 +993,19 @@ 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;
|
||||
|
@ -2512,7 +2525,7 @@ label:hover {
|
|||
}
|
||||
|
||||
.vst-list.flat {
|
||||
border: 1px solid #fff;
|
||||
border: 1px solid #fff;
|
||||
color: #2c9491;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue