update both themes for suite classic changes up to 2010-08-13
[themes.git] / LCARStrek / communicator / bookmarks / bookmarksToolbar.css
index 42fab3ec6d8731d004ad707d2f0d81b290b2adff..01118c012ffccb1f087f49ee9c9faacbe7bb8cd3 100644 (file)
@@ -99,19 +99,20 @@ toolbarbutton.bookmark-item[disabled="true"][container="true"]:hover:active {
   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-disabled.gif");
 }
 
-/* ::::: drag and drop styles ::::: */
-
-toolbarbutton.bookmark-item[dragover-left="true"] {
-  border-left: 2px solid #008484;
+/* Prevent [mode="icons"] from hiding the label */
+.bookmark-item > .toolbarbutton-text {
+  display: -moz-box !important;
 }
 
-toolbarbutton.bookmark-item[dragover-right="true"] {
-  border-right: 2px solid #008484;
+/* ::::: drag and drop styles ::::: */
+
+#PlacesToolbarDropIndicator {
+  list-style-image: url("chrome://communicator/skin/bookmarks/toolbarDropMarker.png");
 }
 
-toolbarbutton.bookmark-item[dragover-top="true"] {
-  background-color: #008484;
-  color: #FFCF00;
+toolbarbutton.bookmark-item[dragover="true"][open="true"] {
+  background-color: #008484 !important;
+  color: #FFCF00 !important;
 }
 
 /* ::::: bookmark menus ::::: */
@@ -133,17 +134,17 @@ menuitem.bookmark-item {
 
 /* ..... drag and drop styles ..... */
 
-menu.bookmark-item[dragover-top="true"],
-menuitem.bookmark-item[dragover-top="true"] {
-  border-top: 1px solid #008484 !important;
-}
-
-menu.bookmark-item[dragover-bottom="true"],
-menuitem.bookmark-item[dragover-bottom="true"] {
-  border-bottom: 1px solid #008484 !important;
+/* rules for menupopup drop indicators */
+.menupopup-drop-indicator-bar {
+  position: relative;
+  /* these two margins must together compensate the indicator's height */
+  margin-top: -1px;
+  margin-bottom: -1px;
 }
 
-menu.bookmark-item[dragover="true"] {
-  background-color: #008484 !important;
-  color: #FFCF00 !important;
+.menupopup-drop-indicator {
+  list-style-image: none;
+  height: 2px;
+  -moz-margin-end: -4em;
+  background-color: #008484;
 }