sync with EarlyBlue development and prepare 1.8 release
[themes.git] / LCARStrek / global / browser.css
index 450d863da53b4041760f40c4553c9761e6b2b514..7999f5b57ce8b8c4736c6d60903633cea2a3d14d 100644 (file)
@@ -94,4 +94,19 @@ 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');
+}