X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fbrowser.css;h=c34ce0da22c772c0829d22af670a463493015ac3;hb=e68e2f2b2fe85b417aa3d2db5e1087b173d0166e;hp=d417862b9dd84bae87224272c7a308d85c85a8b8;hpb=d7b401aa5e2e90dbc0d350b459bca6f1f0ce46f7;p=themes.git diff --git a/EarlyBlue/global/browser.css b/EarlyBlue/global/browser.css index d417862b..c34ce0da 100644 --- a/EarlyBlue/global/browser.css +++ b/EarlyBlue/global/browser.css @@ -59,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"); } @@ -89,4 +92,19 @@ tabbrowser > tabbox > tabpanels { margin-top: 2px; padding: 0px; list-style-image: url("chrome://global/skin/icons/tab-new.gif"); -} \ No newline at end of file +} + +.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'); +}