fix some Australis glitches with bookmarks button and menu panel
[themes.git] / LCARStrek / browser / browser.css
index cb3e1eec0457fb493bd411a11ac75e85c028ea83..848f52972af7c389d4e88e45e44cd75d8820b7e0 100644 (file)
@@ -481,7 +481,10 @@ menuitem.bookmark-item {
 }
 
 #bookmarks-menu-button[cui-areatype="toolbar"][starred]:hover,
-#bookmarks-menu-button[cui-areatype="toolbar"][starred][open="true"] {
+#bookmarks-menu-button[cui-areatype="toolbar"][starred][open="true"],
+#bookmarks-menu-button[cui-areatype="toolbar"][starred] > .toolbarbutton-menubutton-button[open="true"] {
+  /* When starred and clicked (for edit/delete dialog),
+   * then only the menubutton-button itself is open, but not the whole menubutton. */
   -moz-image-region: rect(18px, 162px, 36px, 144px);
 }