mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-14 01:08:27 +00:00
small css changes
This commit is contained in:
parent
1c1b4ac37d
commit
859400af8f
@ -964,9 +964,11 @@ button:active,
|
||||
}
|
||||
.dropdown-select select:hover {
|
||||
background: var(--accent-hover);
|
||||
cursor: pointer;
|
||||
}
|
||||
.dropdown-select select option:hover {
|
||||
background: var(--accent-hover);
|
||||
.dropdown-select select:active {
|
||||
background: var(--accent-press);
|
||||
cursor: pointer;
|
||||
}
|
||||
.dropdown-select select option {
|
||||
line-height: 0.9rem;
|
||||
|
Loading…
Reference in New Issue
Block a user