diff --git a/de/home/.librewolf/config/chrome/userChrome.css b/de/home/.librewolf/config/chrome/userChrome.css index feaa880..fbd547d 100644 --- a/de/home/.librewolf/config/chrome/userChrome.css +++ b/de/home/.librewolf/config/chrome/userChrome.css @@ -17,6 +17,16 @@ --toolbar-field-background-color: transparent !important; --urlbar-box-bgcolor: transparent !important; } +.urlbar-input-container { + text-align: center !important; +} +#tabbrowser-tabpanels { + margin: 20px !important; + border-radius: 12px !important; +} +#urlbar-searchmode-switcher { + display: none !important; +} #sidebar-box { background-color: transparent !important; } diff --git a/de/home/.librewolf/development/chrome/sidebery.css b/de/home/.librewolf/development/chrome/sidebery.css index b5f1cb9..e2b645e 100644 --- a/de/home/.librewolf/development/chrome/sidebery.css +++ b/de/home/.librewolf/development/chrome/sidebery.css @@ -14,7 +14,7 @@ --nav-btn-height: 28px !important; @media -moz-pref( "browser.tabs.allow_transparent_browser") and (not (-moz-platform: windows)) { -/* background-color: #795f7c66 !important;*/ +/* background-color: #795f7c7f !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 ccd767a..9bca017 100644 --- a/de/home/.librewolf/development/chrome/userChrome.css +++ b/de/home/.librewolf/development/chrome/userChrome.css @@ -12,9 +12,20 @@ display: none !important; } :root { - --tabpanel-background-color: #11131766 !important; - --toolbar-bgcolor: #795f7c66 !important; + --tabpanel-background-color: #1113174c !important; + --toolbar-bgcolor: #795f7c7f !important; --toolbar-field-background-color: transparent !important; + --urlbar-box-bgcolor: transparent !important; +} +.urlbar-input-container { + text-align: center !important; +} +#tabbrowser-tabpanels { + margin: 20px !important; + border-radius: 12px !important; +} +#urlbar-searchmode-switcher { + display: none !important; } #sidebar-box { background-color: transparent !important; diff --git a/de/home/.librewolf/penelope/chrome/userChrome.css b/de/home/.librewolf/penelope/chrome/userChrome.css index cb88145..2b47338 100644 --- a/de/home/.librewolf/penelope/chrome/userChrome.css +++ b/de/home/.librewolf/penelope/chrome/userChrome.css @@ -15,6 +15,17 @@ --tabpanel-background-color: #11131766 !important; --toolbar-bgcolor: #74616399 !important; --toolbar-field-background-color: transparent !important; + --urlbar-box-bgcolor: transparent !important; +} +.urlbar-input-container { + text-align: center !important; +} +#tabbrowser-tabpanels { + margin: 20px !important; + border-radius: 12px !important; +} +#urlbar-searchmode-switcher { + display: none !important; } #sidebar-box { background-color: transparent !important; diff --git a/de/home/.librewolf/work/chrome/userChrome.css b/de/home/.librewolf/work/chrome/userChrome.css index d24ac96..3055e49 100644 --- a/de/home/.librewolf/work/chrome/userChrome.css +++ b/de/home/.librewolf/work/chrome/userChrome.css @@ -15,6 +15,17 @@ --tabpanel-background-color: #1113177f !important; --toolbar-bgcolor: #4a5f7672 !important; --toolbar-field-background-color: transparent !important; + --urlbar-box-bgcolor: transparent !important; +} +.urlbar-input-container { + text-align: center !important; +} +#tabbrowser-tabpanels { + margin: 20px !important; + border-radius: 12px !important; +} +#urlbar-searchmode-switcher { + display: none !important; } #sidebar-box { background-color: transparent !important;