diff --git a/de/home/.librewolf/config/chrome/sidebery.css b/de/home/.librewolf/config/chrome/sidebery.css index 9bcf04f..6b5a0e9 100644 --- a/de/home/.librewolf/config/chrome/sidebery.css +++ b/de/home/.librewolf/config/chrome/sidebery.css @@ -14,7 +14,8 @@ --nav-btn-height: 28px !important; @media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) { - background-color: [[[COLORHEX]]] !important; +/* background-color: [[[COLORHEX]]] !important;*/ + background-color: transparent !important; --frame-bg: transparent !important; } } diff --git a/de/home/.librewolf/config/chrome/userContent.css b/de/home/.librewolf/config/chrome/userContent.css index 0cf09c6..e7582e5 100644 --- a/de/home/.librewolf/config/chrome/userContent.css +++ b/de/home/.librewolf/config/chrome/userContent.css @@ -62,6 +62,11 @@ NOTE: You can use the userContent.css file without change preferences (about:con background-color: var(--pogmom-background-color) !important; } } + @-moz-document url-prefix("about"){ + * { + background-color: var(--pogmom-background-color) !important; + } + } @-moz-document domain(*.*) { html, body { diff --git a/de/home/.librewolf/development/chrome/sidebery.css b/de/home/.librewolf/development/chrome/sidebery.css index 9fd9f58..fe7b0a9 100644 --- a/de/home/.librewolf/development/chrome/sidebery.css +++ b/de/home/.librewolf/development/chrome/sidebery.css @@ -14,7 +14,8 @@ --nav-btn-height: 28px !important; @media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) { - background-color: #c29ac233 !important; +/* background-color: #c29ac266 !important;*/ + background-color: transparent !important; --frame-bg: transparent !important; } } diff --git a/de/home/.librewolf/development/chrome/userChrome.css b/de/home/.librewolf/development/chrome/userChrome.css index 55e4777..0700954 100644 --- a/de/home/.librewolf/development/chrome/userChrome.css +++ b/de/home/.librewolf/development/chrome/userChrome.css @@ -13,9 +13,12 @@ } :root { --tabpanel-background-color: #11131766 !important; - --toolbar-bgcolor: #c29ac233 !important; + --toolbar-bgcolor: #c29ac266 !important; } +#sidebar-box { + background-color: transparent !important; +} /*:root { --tabpanel-background-color: #11131700 !important; }*/ /*:root { --tabpanel-background-color: rgba(17,19,23,1) !important; }*/ diff --git a/de/home/.librewolf/development/chrome/userContent.css b/de/home/.librewolf/development/chrome/userContent.css index 0cf09c6..e7582e5 100644 --- a/de/home/.librewolf/development/chrome/userContent.css +++ b/de/home/.librewolf/development/chrome/userContent.css @@ -62,6 +62,11 @@ NOTE: You can use the userContent.css file without change preferences (about:con background-color: var(--pogmom-background-color) !important; } } + @-moz-document url-prefix("about"){ + * { + background-color: var(--pogmom-background-color) !important; + } + } @-moz-document domain(*.*) { html, body { diff --git a/de/home/.librewolf/penelope/chrome/sidebery.css b/de/home/.librewolf/penelope/chrome/sidebery.css index 1f0339f..216905b 100644 --- a/de/home/.librewolf/penelope/chrome/sidebery.css +++ b/de/home/.librewolf/penelope/chrome/sidebery.css @@ -14,7 +14,8 @@ --nav-btn-height: 28px !important; @media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) { - background-color: #d6aeae33 !important; +/* background-color: #d6aeae33 !important;*/ + background-color: transparent !important; --frame-bg: transparent !important; } } diff --git a/de/home/.librewolf/penelope/chrome/userChrome.css b/de/home/.librewolf/penelope/chrome/userChrome.css index c7f5e5a..769d882 100644 --- a/de/home/.librewolf/penelope/chrome/userChrome.css +++ b/de/home/.librewolf/penelope/chrome/userChrome.css @@ -16,6 +16,9 @@ --toolbar-bgcolor: #d6aeae33 !important; } +#sidebar-box { + background-color: transparent !important; +} /*:root { --tabpanel-background-color: #11131700 !important; }*/ /*:root { --tabpanel-background-color: rgba(17,19,23,1) !important; }*/ diff --git a/de/home/.librewolf/penelope/chrome/userContent.css b/de/home/.librewolf/penelope/chrome/userContent.css index 0cf09c6..e7582e5 100644 --- a/de/home/.librewolf/penelope/chrome/userContent.css +++ b/de/home/.librewolf/penelope/chrome/userContent.css @@ -62,6 +62,11 @@ NOTE: You can use the userContent.css file without change preferences (about:con background-color: var(--pogmom-background-color) !important; } } + @-moz-document url-prefix("about"){ + * { + background-color: var(--pogmom-background-color) !important; + } + } @-moz-document domain(*.*) { html, body { diff --git a/de/home/.librewolf/work/chrome/sidebery.css b/de/home/.librewolf/work/chrome/sidebery.css index 03c47cf..547d943 100644 --- a/de/home/.librewolf/work/chrome/sidebery.css +++ b/de/home/.librewolf/work/chrome/sidebery.css @@ -14,7 +14,8 @@ --nav-btn-height: 28px !important; @media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) { - background-color: #4a5f7633 !important; +/* background-color: #4a5f7672 !important;*/ + background-color: transparent !important; --frame-bg: transparent !important; } } diff --git a/de/home/.librewolf/work/chrome/userChrome.css b/de/home/.librewolf/work/chrome/userChrome.css index 6cdf1a3..9089581 100644 --- a/de/home/.librewolf/work/chrome/userChrome.css +++ b/de/home/.librewolf/work/chrome/userChrome.css @@ -12,10 +12,13 @@ display: none !important; } :root { - --tabpanel-background-color: #111317cc !important; - --toolbar-bgcolor: #4a5f7633 !important; + --tabpanel-background-color: #1113177f !important; + --toolbar-bgcolor: #4a5f7672 !important; } +#sidebar-box { + background-color: transparent !important; +} /*:root { --tabpanel-background-color: #11131700 !important; }*/ /*:root { --tabpanel-background-color: rgba(17,19,23,1) !important; }*/ diff --git a/de/home/.librewolf/work/chrome/userContent.css b/de/home/.librewolf/work/chrome/userContent.css index 0cf09c6..e7582e5 100644 --- a/de/home/.librewolf/work/chrome/userContent.css +++ b/de/home/.librewolf/work/chrome/userContent.css @@ -62,6 +62,11 @@ NOTE: You can use the userContent.css file without change preferences (about:con background-color: var(--pogmom-background-color) !important; } } + @-moz-document url-prefix("about"){ + * { + background-color: var(--pogmom-background-color) !important; + } + } @-moz-document domain(*.*) { html, body {