keep up with 1.8 branch Classic changes
[themes.git] / LCARStrek / global / browser.css
index 450d863da53b4041760f40c4553c9761e6b2b514..56e4894a37bdb52966618f6e1a9e36dcd5a7db72 100644 (file)
@@ -94,4 +94,23 @@ tabbrowser > tabbox > tabpanels {
   margin-right: 1px;
   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;
+}