Dark mode: improve display of disabled menu items
This commit is contained in:
parent
6528e2118e
commit
74b3ce7eb1
@ -606,6 +606,11 @@ ul.context-menu ul {
|
||||
background: var(--menu-bgcolor-hover);
|
||||
}
|
||||
|
||||
html.dark .context-menu-item.disabled,
|
||||
html.dark .context-menu-item.disabled > * {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
input {
|
||||
color: var(--general-input-color);
|
||||
background: var(--general-input-bgcolor);
|
||||
|
Loading…
x
Reference in New Issue
Block a user