normalize menu colors
This commit is contained in:
parent
49f5a6b17f
commit
f09d397990
3 changed files with 14 additions and 6 deletions
|
|
@ -1177,11 +1177,11 @@ details[open] summary::after {
|
|||
}
|
||||
#mode-tools > span:hover {
|
||||
border-color: var(--appname-blue);
|
||||
background-color: rgba(0,0,0,0.4);
|
||||
background-color: var(--menu-hover-bg);
|
||||
}
|
||||
#mode-tools > span.selected {
|
||||
border-color: var(--appname-blue);
|
||||
background-color: rgba(0,0,0,0.4);
|
||||
background-color: var(--menu-active-bg);
|
||||
}
|
||||
/** fdm extruder drop-down */
|
||||
#ft-nozzle .splat {
|
||||
|
|
|
|||
Loading…
Reference in a new issue