X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=73a1ab9c2839721d7cc942b4f839575ad868c124;hb=b3bf08b110943f4abc9642b613f0dcb078c22b0b;hp=343f0bd626ded4b9407d3fc98873e651b6c889e4;hpb=c1080df62f8b2f28ca13475f9ae69f68465cce86;p=themes.git diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index 343f0bd6..73a1ab9c 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -114,7 +114,7 @@ menubar { height: 1px; } -#navigator-toolbox > toolbar:not(:-moz-lwtheme) { +#navigator-toolbox > toolbar { } #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(:-moz-lwtheme) { @@ -2757,10 +2757,17 @@ toolbarbutton[type="socialmark"] > .toolbarbutton-icon { color: #000000; } +/* Handle a case where the last separator in a customized tab bar with a + separated new tab button causes the width of the tab to extend and causes + jittering with a small tab curve width (Bug 1111091). */ +#TabsToolbar[currentset]:not([currentset*="tabbrowser-tabs,new-tab-button"]) #tabbrowser-tabs:not([overflow]) > .tabbrowser-tab[last-visible-tab]:not([selected]):not([beforehovered]):not(:hover)::after { +} + /* New tab button */ .tabs-newtab-button { width: 28px; + /* width: calc(36px + @tabCurveWidth@); */ } /* === END tabs.inc.css === */