keep up with 1.8 branch Classic changes
[themes.git] / EarlyBlue / global / browser.css
index d417862b9dd84bae87224272c7a308d85c85a8b8..c6f2c41ede3a1620760368d4c2af327c35115ec7 100644 (file)
@@ -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,23 @@ 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');
+}
+
+tooltip[tabpreview="true"] {
+  max-width: none;
+}