X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fbrowser.css;h=d417862b9dd84bae87224272c7a308d85c85a8b8;hp=9e78dacfdb03496d454c9a1258d5d6eda9d818b8;hb=4c66fa004c2eb9b671f9b8a75b7d5bb37a60a838;hpb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f diff --git a/EarlyBlue/global/browser.css b/EarlyBlue/global/browser.css index 9e78dacf..d417862b 100644 --- a/EarlyBlue/global/browser.css +++ b/EarlyBlue/global/browser.css @@ -43,7 +43,6 @@ } tabpanels { - -moz-appearance: none; } .tabbrowser-tabs { @@ -73,10 +72,10 @@ tabbrowser > tabbox > tabpanels { margin: 0px; } -/* ::::: close button ::::: */ +/* ::::: 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"); } @@ -84,3 +83,10 @@ tabbrowser > tabbox > tabpanels { .tabs-closebutton > .toolbarbutton-icon { margin: 0; } + +.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