mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
chore (css): dropbown colors
This commit is contained in:
parent
4aef4fea4e
commit
9ad8ec1f87
1 changed files with 1 additions and 1 deletions
|
|
@ -68,6 +68,6 @@ body:not(.dark-mode) .component_dropdown .dropdown_container {
|
||||||
}
|
}
|
||||||
|
|
||||||
.component_dropdown.active .dropdown_container li:hover {
|
.component_dropdown.active .dropdown_container li:hover {
|
||||||
background: var(--border);
|
background: rgba(198,200,204,0.25);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue