mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Add: Fully Theme - Bookmark Popup Field's background #263
This commit is contained in:
parent
ba7befe224
commit
12b2ea43e2
1 changed files with 5 additions and 0 deletions
|
|
@ -535,6 +535,11 @@
|
||||||
background-color: var(--button-active-bgcolor, color-mix(in srgb, currentColor 30%, transparent)) !important;
|
background-color: var(--button-active-bgcolor, color-mix(in srgb, currentColor 30%, transparent)) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#editBMPanel_namePicker,
|
||||||
|
#editBMPanel_tagsField {
|
||||||
|
--input-bgcolor: var(--arrowpanel-background, Field);
|
||||||
|
}
|
||||||
|
|
||||||
/* Fully Dark Mode **********************************************************/
|
/* Fully Dark Mode **********************************************************/
|
||||||
/*= Remove White Flash =====================================================*/
|
/*= Remove White Flash =====================================================*/
|
||||||
#tabbrowser-tabbox,
|
#tabbrowser-tabbox,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue