sync with classic development and prepare 1.8 release
[themes.git] / EarlyBlue / global / browser.css
index ec2f181c9784b93f4968e7933dbb022690e62c61..c34ce0da22c772c0829d22af670a463493015ac3 100644 (file)
@@ -92,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');
+}