X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fbrowser.css;h=ec2f181c9784b93f4968e7933dbb022690e62c61;hp=aa1d1c380bdabacd554d790a83ed09d63f920925;hb=76983f4cfc3f3fbe2c8fa4526bd86bac7cb0bdaa;hpb=1232bf8ee7be1454f55e0c111f364f18e5e871eb diff --git a/EarlyBlue/global/browser.css b/EarlyBlue/global/browser.css index aa1d1c38..ec2f181c 100644 --- a/EarlyBlue/global/browser.css +++ b/EarlyBlue/global/browser.css @@ -43,7 +43,6 @@ } tabpanels { - -moz-appearance: none; } .tabbrowser-tabs { @@ -60,10 +59,13 @@ tabpanels { margin-right: 3px; width: 16px; height: 16px; - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif"); } -tab[busy] > .tab-icon { +tab { + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif"); +} + +tab[busy] { list-style-image: url("chrome://global/skin/icons/loading.gif"); } @@ -76,7 +78,7 @@ tabbrowser > tabbox > tabpanels { /* ::::: close & new tab buttons ::::: */ .tabs-closebutton { - margin-bottom: 3px; + margin-bottom: 2px; margin-right: 2px; list-style-image: url("chrome://global/skin/icons/close-button.gif"); } @@ -87,6 +89,7 @@ tabbrowser > tabbox > tabpanels { .tabs-newbutton { margin: 0px; + margin-top: 2px; padding: 0px; list-style-image: url("chrome://global/skin/icons/tab-new.gif"); } \ No newline at end of file