diff options
| author | silly <u65487754@gmail.com> | 2026-04-05 03:05:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-05 03:05:03 +0000 |
| commit | 6da1534d15616df52da0abec6ac9e02035dca52f (patch) | |
| tree | 6e7f32399afccec065acea620ad1895dd105e64c /.config/mozilla/firefox/*.default-release/chrome/userChrome.css | |
| parent | 54f9ab518a9d589088ef97c885cfee21b9dd3203 (diff) | |
Update userChrome.css
Diffstat (limited to '.config/mozilla/firefox/*.default-release/chrome/userChrome.css')
| -rw-r--r-- | .config/mozilla/firefox/*.default-release/chrome/userChrome.css | 147 |
1 files changed, 82 insertions, 65 deletions
diff --git a/.config/mozilla/firefox/*.default-release/chrome/userChrome.css b/.config/mozilla/firefox/*.default-release/chrome/userChrome.css index c2b5214..602a0f1 100644 --- a/.config/mozilla/firefox/*.default-release/chrome/userChrome.css +++ b/.config/mozilla/firefox/*.default-release/chrome/userChrome.css @@ -15,16 +15,52 @@ --animationSpeed: 0.5s; } +:root:-moz-lwtheme-brighttext, +.sidebar-panel[lwt-sidebar-brighttext], +body[lwt-sidebar-brighttext] { + --main-bgcolor: var(--dark-color); + --transparent-bgcolor: var(--dark-color); +} + +#navigator-toolbox { + border: none !important; + box-shadow: none !important; + outline: none !important; +} + +toolbar, +#toolbar-menubar, +#TabsToolbar, +#PersonalToolbar { + border-top: none !important; + border-bottom: none !important; + box-shadow: none !important; + outline: none !important; +} + #TabsToolbar { margin-right: var(--navbarWidth) !important; } -#nav-bar { - margin-left: calc(100vw - var(--navbarWidth)) !important; +#TabsToolbar > .titlebar-buttonbox-container { + visibility: collapse !important; } -#urlbar-container { - min-width: 0px !important; +.titlebar-spacer { + display: none !important; +} + +#nav-bar, +toolbar#nav-bar { + background: rgba(var(--dark-color), 1) !important; + box-shadow: none !important; + border: none !important; + outline: none !important; + padding-bottom: 4px !important; +} + +#nav-bar { + margin-left: calc(100vw - var(--navbarWidth)) !important; } :root[uidensity="compact"] #nav-bar { @@ -42,14 +78,23 @@ height: 49px !important; } -#TabsToolbar > .titlebar-buttonbox-container { - visibility: collapse !important; +.browser-toolbox-background { + background: rgba(var(--dark-color), 1) !important; + will-change: initial; } -.titlebar-spacer { +#PersonalToolbar { display: none !important; } +.toolbar-items, +.toolbarbutton-1, +#nav-bar-customization-target { + border: none !important; + box-shadow: none !important; + outline: none !important; +} + #back-button { display: none !important; } @@ -62,76 +107,44 @@ display: none !important; } -#tracking-protection-icon-container { +#alltabs-button { display: none !important; } -#identity-box > :not(#notification-popup-box) { +#sidebar-button { display: none !important; } -#identity-box { - margin: 0 !important; -} - -#notification-popup-box { - margin-inline-end: var(--identity-box-margin-inline); -} - -.urlbar-icon, -#userContext-indicator, -#userContext-label { - fill: transparent !important; - background: transparent !important; - color: transparent !important; +#downloads-button { + display: none !important; } -#urlbar:not(:hover, :active, [focused]) .urlbar-icon { - visibility: hidden; +#unified-extensions-button { + display: none !important; } -#urlbar .urlbar-icon { - fill: var(--toolbar-color) !important; +#nav-bar-overflow-button { + display: none !important; } -#nav-bar, -toolbar#nav-bar { - background: rgba(var(--dark-color), 1) !important; - box-shadow: none !important; - border: none !important; - outline: none !important; - padding-bottom: 4px !important; +#tracking-protection-icon-container { + display: none !important; } -#navigator-toolbox { - border: none !important; - box-shadow: none !important; - outline: none !important; +#identity-box > :not(#notification-popup-box) { + display: none !important; } -toolbar, -#toolbar-menubar, -#TabsToolbar, -#PersonalToolbar { - border-top: none !important; - border-bottom: none !important; - box-shadow: none !important; - outline: none !important; +#identity-box { + margin: 0 !important; } -#PersonalToolbar { - background: rgba(var(--dark-color), 1) !important; - color: rgba(var(--light-color), 1) !important; - padding-bottom: 6px !important; - padding-top: 1px !important; +#notification-popup-box { + margin-inline-end: var(--identity-box-margin-inline); } -.toolbar-items, -.toolbarbutton-1, -#nav-bar-customization-target { - border: none !important; - box-shadow: none !important; - outline: none !important; +#urlbar-container { + min-width: 0px !important; } #urlbar-background { @@ -160,14 +173,18 @@ toolbar, box-shadow: none !important; } -.browser-toolbox-background { - background: rgba(var(--dark-color), 1) !important; - will-change: initial; +#urlbar:not(:hover, :active, [focused]) .urlbar-icon { + visibility: hidden; } -:root:-moz-lwtheme-brighttext, -.sidebar-panel[lwt-sidebar-brighttext], -body[lwt-sidebar-brighttext] { - --main-bgcolor: var(--dark-color); - --transparent-bgcolor: var(--dark-color); +#urlbar .urlbar-icon { + fill: var(--toolbar-color) !important; +} + +.urlbar-icon, +#userContext-indicator, +#userContext-label { + fill: transparent !important; + background: transparent !important; + color: transparent !important; } |
