diff --git a/.mozilla/firefox/dotfiles.profile/chrome/userChrome.css b/.mozilla/firefox/dotfiles.profile/chrome/userChrome.css index 4941f47..c63cb99 100644 --- a/.mozilla/firefox/dotfiles.profile/chrome/userChrome.css +++ b/.mozilla/firefox/dotfiles.profile/chrome/userChrome.css @@ -42,8 +42,9 @@ } /* Url bar color */ - #urlbar { + #urlbar-background { background: #404552 !important; + border-radius: 0; } /* Hide ... button in URL bar */ @@ -55,13 +56,6 @@ display: none; } - /* Unzoom URL bar */ - #urlbar[breakout-extend] { - top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important; - left: calc((var(--urlbar-toolbar-width) - var(--urlbar-width)) / 2) !important; - width: 100% !important; - } - #urlbar[breakout-extend] #urlbar-input-container { height: calc(var(--tab-min-height) - 3px) !important; padding: 0px !important;