mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
FileManager stuff
This commit is contained in:
parent
264b851d1a
commit
a35fa78389
2 changed files with 85 additions and 4 deletions
13
web/css/styles.min.css
vendored
13
web/css/styles.min.css
vendored
|
@ -711,6 +711,10 @@ input[type="checkbox"] {
|
|||
background-color: #ff6701;
|
||||
}
|
||||
|
||||
.l-menu.active .l-menu__item.focus a {
|
||||
text-decoration: underline;
|
||||
color: #5edad0;
|
||||
}
|
||||
|
||||
.lang-ua .l-menu__item a,
|
||||
.lang-nl .l-menu__item a,
|
||||
|
@ -808,14 +812,15 @@ input[type="checkbox"] {
|
|||
border-bottom: 3px solid #ff6e42;
|
||||
}
|
||||
|
||||
.l-stat__col.focus {
|
||||
background-color: #ddd;
|
||||
.l-stat.active .l-stat__col.focus a {
|
||||
border-bottom: 3px solid #5edad0;
|
||||
}
|
||||
.l-stat__col.focus a {
|
||||
border-bottom: 3px solid #AACC0D;
|
||||
.l-stat.active .l-stat__col.focus a .l-stat__col-title {
|
||||
color: #36B3A9;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.l-stat__col a:hover .l-stat__col-title {
|
||||
color: #ff6701;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue