X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fbrowser.css;h=c6f2c41ede3a1620760368d4c2af327c35115ec7;hp=ec1e5d7144c81b9c669e6923102886e67c581c12;hb=f9e30662e160ad9a7ccd313dc21ecda3ac5f7b61;hpb=b87c9562a4c728734927c455c6201d13d11c8a9e diff --git a/EarlyBlue/global/browser.css b/EarlyBlue/global/browser.css index ec1e5d71..c6f2c41e 100644 --- a/EarlyBlue/global/browser.css +++ b/EarlyBlue/global/browser.css @@ -37,20 +37,78 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -.tab-image { +.tabbrowser-strip { + padding-bottom: 1px; + border-bottom: 1px solid #666699; +} + +tabpanels { +} + +.tabbrowser-tabs { + padding-top: 1px; +} + +.tabs-left, +.tabs-right { + width: 0px; +} + +.tab-icon { margin-top: 1px; margin-right: 3px; width: 16px; height: 16px; - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif"); } -tab[busy] > .tab-box > .tab-image { - list-style-image: url("chrome://global/skin/loading.gif"); +tab { + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif"); +} + +tab[busy] { + list-style-image: url("chrome://global/skin/icons/loading.gif"); +} + +tabbrowser > tabbox > tabpanels { + border: none; + padding: 0px; + margin: 0px; } -.tabbrowser-closebox { - list-style-image: url("chrome://global/skin/closebox.gif"); - margin-bottom: 3px; +/* ::::: close & new tab buttons ::::: */ + +.tabs-closebutton { + margin-bottom: 2px; margin-right: 2px; + list-style-image: url("chrome://global/skin/icons/close-button.gif"); +} + +.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"); +} + +.tab-drop-indicator-bar { + height: 11px; + margin-top: -11px; + margin-left: -8px; + position: relative; +} + +.tab-drop-indicator { + height: 11px; + width: 11px; + margin-bottom: -8px; + position: relative; + list-style-image: url('chrome://global/skin/icons/tab-drag-indicator.gif'); +} + +tooltip[tabpreview="true"] { + max-width: none; }