mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 13:24:25 -07:00
UI performance fix 4
This commit is contained in:
parent
83649defc9
commit
83acec3ec1
28 changed files with 75 additions and 46 deletions
6
web/css/styles.min.css
vendored
6
web/css/styles.min.css
vendored
|
@ -4089,8 +4089,12 @@ b, strong {
|
|||
|
||||
|
||||
#tooltip {
|
||||
background-color: #34b5dd;
|
||||
background-color: #3AB5DD;
|
||||
}
|
||||
#tooltip:hover {
|
||||
background-color: #1ca2cc;
|
||||
}
|
||||
|
||||
.l-sort__create-btn.edit:hover #tooltip {
|
||||
background-color: #49c8ef;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue