diff --git a/chrome/full_width_urlbar_popup.css b/chrome/full_width_urlbar_popup.css index 233b54b..3e12a42 100644 --- a/chrome/full_width_urlbar_popup.css +++ b/chrome/full_width_urlbar_popup.css @@ -15,7 +15,7 @@ border-radius: 2px; } -#urlbar-container.megabar{ padding-block: 1px !important } +#urlbar-container{ padding-block: 1px !important } #urlbar-background{ display: none !important; } #urlbar[focused]{ border-color: var(--lwt-toolbar-field-border-focus, highlight) } diff --git a/chrome/navbar_below_content.css b/chrome/navbar_below_content.css index e962b0b..239414a 100644 --- a/chrome/navbar_below_content.css +++ b/chrome/navbar_below_content.css @@ -23,11 +23,11 @@ #nav-bar-customization-target{ flex-grow: 1; } -#urlbar.megabar[breakout][breakout-extend]{ +#urlbar[breakout][breakout-extend]{ display: flex !important; flex-direction: column-reverse; bottom: -2px !important; /* Change to 3-5 px if using compact_urlbar_megabar.css depending on toolbar density */ top: auto !important; } -#urlbar.megabar[open] > .urlbarView{ margin-block: 0px calc(var(--urlbar-height) + 1px) !important; box-shadow: none !important; } \ No newline at end of file +#urlbar[open] > .urlbarView{ margin-block: 0px calc(var(--urlbar-height) + 1px) !important; box-shadow: none !important; } \ No newline at end of file diff --git a/chrome/navbar_tabs_oneliner.css b/chrome/navbar_tabs_oneliner.css index 4265686..13844da 100644 --- a/chrome/navbar_tabs_oneliner.css +++ b/chrome/navbar_tabs_oneliner.css @@ -15,11 +15,11 @@ urlbar_full_width.css is VERY MUCH recommended for Firefox 71+ because of new ur :root[uidensity="compact"] #navigator-toolbox{ --uc-toolbar-height: 32px; } :root[uidensity="touch"] #navigator-toolbox{ --uc-toolbar-height: 40px; } -:root[uidensity=compact] #urlbar-container.megabar{ +:root[uidensity=compact] #urlbar-container{ --urlbar-container-height: var(--uc-toolbar-height) !important; padding-block: 0 !important; } -:root[uidensity=compact] #urlbar.megabar{ +:root[uidensity=compact] #urlbar{ --urlbar-toolbar-height: var(--uc-toolbar-height) !important; } diff --git a/chrome/navbar_tabs_oneliner_menu_buttons_on_right.css b/chrome/navbar_tabs_oneliner_menu_buttons_on_right.css index b0bacdb..5d6f653 100644 --- a/chrome/navbar_tabs_oneliner_menu_buttons_on_right.css +++ b/chrome/navbar_tabs_oneliner_menu_buttons_on_right.css @@ -19,11 +19,11 @@ Window controls will be all wrong without it :root[uidensity="compact"] #navigator-toolbox{ --uc-toolbar-height: 32px; --uc-menubutton-padding: 0px} :root[uidensity="touch"] #navigator-toolbox{ --uc-toolbar-height: 40px; } -:root[uidensity=compact] #urlbar-container.megabar{ +:root[uidensity=compact] #urlbar-container{ --urlbar-container-height: var(--uc-toolbar-height) !important; padding-block: 0 !important; } -:root[uidensity=compact] #urlbar.megabar{ +:root[uidensity=compact] #urlbar{ --urlbar-toolbar-height: var(--uc-toolbar-height) !important; } diff --git a/chrome/navbar_tabs_oneliner_tabs_on_left.css b/chrome/navbar_tabs_oneliner_tabs_on_left.css index 89b45a0..75d6b3f 100644 --- a/chrome/navbar_tabs_oneliner_tabs_on_left.css +++ b/chrome/navbar_tabs_oneliner_tabs_on_left.css @@ -15,11 +15,11 @@ Window controls will be all wrong without it :root[uidensity="compact"] #navigator-toolbox{ --uc-toolbar-height: 32px;} :root[uidensity="touch"] #navigator-toolbox{ --uc-toolbar-height: 40px; } -:root[uidensity=compact] #urlbar-container.megabar{ +:root[uidensity=compact] #urlbar-container{ --urlbar-container-height: var(--uc-toolbar-height) !important; padding-block: 0 !important; } -:root[uidensity=compact] #urlbar.megabar{ +:root[uidensity=compact] #urlbar{ --urlbar-toolbar-height: var(--uc-toolbar-height) !important; } diff --git a/chrome/toolbars_below_content.css b/chrome/toolbars_below_content.css index 6a15371..3d0a593 100644 --- a/chrome/toolbars_below_content.css +++ b/chrome/toolbars_below_content.css @@ -20,14 +20,14 @@ #toolbar-menubar:not([inactive]):hover{ height: calc(var(--tab-min-height) - var(--tabs-navbar-shadow-size)) !important; } #toolbar-menubar > spacer{ flex-grow: 1 } -#urlbar.megabar[breakout][breakout-extend]{ +#urlbar[breakout][breakout-extend]{ display: flex !important; flex-direction: column-reverse; bottom: -2px !important; /* Change to 3-5 px if using compact_urlbar_megabar.css depending on toolbar density */ top: auto !important; } -#urlbar.megabar[open] > .urlbarView{ margin-block: 0px calc(var(--urlbar-height) + 1px) !important; box-shadow: none !important; } +#urlbar[open] > .urlbarView{ margin-block: 0px calc(var(--urlbar-height) + 1px) !important; box-shadow: none !important; } /* Yeah, removes window controls. Likely not wanted on bottom row */ #TabsToolbar > .titlebar-buttonbox-container{ display: none }