mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Customization - Background color #963
This commit is contained in:
parent
2795f54e65
commit
3a98df551f
3 changed files with 42 additions and 0 deletions
24
css/leptonChrome.css
generated
24
css/leptonChrome.css
generated
|
|
@ -133,9 +133,18 @@
|
|||
--tabs-border-color: rgba(0, 0, 0, 0.4); /* Legacy: v96, (0, 0, 0, 0.3) -> (0, 0, 0, 0.4) */
|
||||
--lwt-tabs-border-color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
#main-window {
|
||||
background-color: WindowFrame !important;
|
||||
}
|
||||
:root[lwtheme][lwtheme-image] #customization-container {
|
||||
background-image: none !important;
|
||||
}
|
||||
#customization-container {
|
||||
background-color: transparent !important; /* Original: color-mix(in srgb, -moz-dialog 85%, white) */
|
||||
}
|
||||
:root:not([lwtheme]) #customization-container {
|
||||
background-color: var(--toolbar-non-lwt-bgcolor) !important;
|
||||
}
|
||||
/*= Findbar Border Color =====================================================*/
|
||||
html|input.findbar-textbox {
|
||||
border: 1px solid var(--input-border-color, var(--toolbar-field-border-color, ThreeDShadow)) !important; /* Original: 1px solid var(--input-border-color, var(--toolbar-field-border-color)) */
|
||||
|
|
@ -13775,11 +13784,26 @@
|
|||
--lwt-tabs-border-color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
}
|
||||
@media (-moz-bool-pref: "userChrome.compatibility.theme") {
|
||||
#main-window {
|
||||
background-color: WindowFrame !important;
|
||||
}
|
||||
}
|
||||
@media (-moz-bool-pref: "userChrome.compatibility.theme") {
|
||||
:root[lwtheme][lwtheme-image] #customization-container {
|
||||
background-image: none !important;
|
||||
}
|
||||
}
|
||||
@media (-moz-bool-pref: "userChrome.compatibility.theme") {
|
||||
#customization-container {
|
||||
background-color: transparent !important; /* Original: color-mix(in srgb, -moz-dialog 85%, white) */
|
||||
}
|
||||
}
|
||||
@media (-moz-bool-pref: "userChrome.compatibility.theme") {
|
||||
:root:not([lwtheme]) #customization-container {
|
||||
background-color: var(--toolbar-non-lwt-bgcolor) !important;
|
||||
}
|
||||
}
|
||||
@media (-moz-bool-pref: "userChrome.compatibility.theme") {
|
||||
html|input.findbar-textbox {
|
||||
border: 1px solid var(--input-border-color, var(--toolbar-field-border-color, ThreeDShadow)) !important; /* Original: 1px solid var(--input-border-color, var(--toolbar-field-border-color)) */
|
||||
|
|
|
|||
9
css/leptonChromeESR.css
generated
9
css/leptonChromeESR.css
generated
|
|
@ -133,9 +133,18 @@
|
|||
--tabs-border-color: rgba(0, 0, 0, 0.4); /* Legacy: v96, (0, 0, 0, 0.3) -> (0, 0, 0, 0.4) */
|
||||
--lwt-tabs-border-color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
#main-window {
|
||||
background-color: WindowFrame !important;
|
||||
}
|
||||
:root[lwtheme][lwtheme-image] #customization-container {
|
||||
background-image: none !important;
|
||||
}
|
||||
#customization-container {
|
||||
background-color: transparent !important; /* Original: color-mix(in srgb, -moz-dialog 85%, white) */
|
||||
}
|
||||
:root:not([lwtheme]) #customization-container {
|
||||
background-color: var(--toolbar-non-lwt-bgcolor) !important;
|
||||
}
|
||||
/*= Findbar Border Color =====================================================*/
|
||||
html|input.findbar-textbox {
|
||||
border: 1px solid var(--input-border-color, var(--toolbar-field-border-color, ThreeDShadow)) !important; /* Original: 1px solid var(--input-border-color, var(--toolbar-field-border-color)) */
|
||||
|
|
|
|||
|
|
@ -135,9 +135,18 @@ menu {
|
|||
}
|
||||
}
|
||||
|
||||
#main-window {
|
||||
background-color: WindowFrame !important;
|
||||
}
|
||||
:root[lwtheme][lwtheme-image] #customization-container {
|
||||
background-image: none !important;
|
||||
}
|
||||
#customization-container {
|
||||
background-color: transparent !important; /* Original: color-mix(in srgb, -moz-dialog 85%, white) */
|
||||
}
|
||||
:root:not([lwtheme]) #customization-container {
|
||||
background-color: var(--toolbar-non-lwt-bgcolor) !important;
|
||||
}
|
||||
|
||||
/*= Findbar Border Color =====================================================*/
|
||||
html|input.findbar-textbox {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue