mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 12:20:36 -08:00
Fix: Library - Colflict to bookmark panel selector #988
This commit is contained in:
parent
e34cf5f086
commit
93db8584c0
3 changed files with 8 additions and 8 deletions
8
css/leptonChrome.css
generated
8
css/leptonChrome.css
generated
|
|
@ -2041,8 +2041,8 @@
|
|||
#editBMPanel_tagsSelector > richlistitem[selected="true"] {
|
||||
background-color: var(--button-active-bgcolor, color-mix(in srgb, currentColor 30%, transparent)) !important;
|
||||
}
|
||||
#editBMPanel_namePicker,
|
||||
#editBMPanel_tagsField {
|
||||
#editBookmarkPanel #editBMPanel_namePicker,
|
||||
#editBookmarkPanel #editBMPanel_tagsField {
|
||||
--input-bgcolor: var(--arrowpanel-background, Field);
|
||||
--input-color: var(--arrowpanel-color, FieldText);
|
||||
}
|
||||
|
|
@ -15909,8 +15909,8 @@
|
|||
}
|
||||
}
|
||||
@media (-moz-bool-pref: "userChrome.theme.fully_color") {
|
||||
#editBMPanel_namePicker,
|
||||
#editBMPanel_tagsField {
|
||||
#editBookmarkPanel #editBMPanel_namePicker,
|
||||
#editBookmarkPanel #editBMPanel_tagsField {
|
||||
--input-bgcolor: var(--arrowpanel-background, Field);
|
||||
--input-color: var(--arrowpanel-color, FieldText);
|
||||
}
|
||||
|
|
|
|||
4
css/leptonChromeESR.css
generated
4
css/leptonChromeESR.css
generated
|
|
@ -2268,8 +2268,8 @@
|
|||
#editBMPanel_tagsSelector > richlistitem[selected="true"] {
|
||||
background-color: var(--button-active-bgcolor, color-mix(in srgb, currentColor 30%, transparent)) !important;
|
||||
}
|
||||
#editBMPanel_namePicker,
|
||||
#editBMPanel_tagsField {
|
||||
#editBookmarkPanel #editBMPanel_namePicker,
|
||||
#editBookmarkPanel #editBMPanel_tagsField {
|
||||
--input-bgcolor: var(--arrowpanel-background, Field);
|
||||
--input-color: var(--arrowpanel-color, FieldText);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -187,8 +187,8 @@ html|button.ghost-button:not(.semi-transparent):enabled:hover:active {
|
|||
background-color: var(--button-active-bgcolor, color-mix(in srgb, currentColor 30%, transparent)) !important;
|
||||
}
|
||||
|
||||
#editBMPanel_namePicker,
|
||||
#editBMPanel_tagsField {
|
||||
#editBookmarkPanel #editBMPanel_namePicker,
|
||||
#editBookmarkPanel #editBMPanel_tagsField {
|
||||
--input-bgcolor: var(--arrowpanel-background, Field);
|
||||
--input-color: var(--arrowpanel-color, FieldText);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue