mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 09:52:05 -08:00
Fix context menu UI on light mode #9
This commit is contained in:
parent
ea0a0363fa
commit
9c3e6918cf
1 changed files with 8 additions and 1 deletions
|
|
@ -111,10 +111,17 @@
|
||||||
/* Context menu */
|
/* Context menu */
|
||||||
menupopup,
|
menupopup,
|
||||||
panel {
|
panel {
|
||||||
--panel-background: black !important;
|
|
||||||
--panel-border-radius: 0px !important;
|
--panel-border-radius: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Set menu popups to black on dark mode */
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
menupopup,
|
||||||
|
panel {
|
||||||
|
--panel-background: black !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Items inside menu
|
* Items inside menu
|
||||||
* menu, menuitem:where([_moz-menuactive]:not([disabled="true"])){
|
* menu, menuitem:where([_moz-menuactive]:not([disabled="true"])){
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue