update both themes for suite classic changes up to 2010-08-13
[themes.git] / EarlyBlue / communicator / bookmarks / bookmarksToolbar.css
index 0602d4d406072e79f13bf65d2f6fe8dbd6c40b48..5b677fe9f107afd56662c9fe3ac2a134ea9db428 100644 (file)
@@ -92,18 +92,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-color: #336699;
+/* Prevent [mode="icons"] from hiding the label */
+.bookmark-item > .toolbarbutton-text {
+  display: -moz-box !important;
 }
 
-toolbarbutton.bookmark-item[dragover-right="true"] {
-  border-right-color: #336699;
+/* ::::: drag and drop styles ::::: */
+
+#PlacesToolbarDropIndicator {
+  list-style-image: url("chrome://communicator/skin/bookmarks/toolbarDropMarker.png");
 }
 
-toolbarbutton.bookmark-item[dragover-top="true"] {
-  border-color: #336699;
+toolbarbutton.bookmark-item[dragover="true"][open="true"] {
+  background-color: #336699 !important;
+  color: #FFFFFF !important;
 }
 
 /* ::::: bookmark menus ::::: */
@@ -125,17 +127,17 @@ menuitem.bookmark-item {
 
 /* ..... drag and drop styles ..... */
 
-menu.bookmark-item[dragover-top="true"],
-menuitem.bookmark-item[dragover-top="true"] {
-  border-top: 1px solid #336699 !important;
-}
-
-menu.bookmark-item[dragover-bottom="true"],
-menuitem.bookmark-item[dragover-bottom="true"] {
-  border-bottom: 1px solid #336699 !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: #336699 !important;
-  color: #FFFFFF !important;
+.menupopup-drop-indicator {
+  list-style-image: none;
+  height: 2px;
+  -moz-margin-end: -4em;
+  background-color: #336699;
 }