fix some Australis glitches with bookmarks button and menu panel
authorRobert Kaiser <robert@widebook.box.kairo.at>
Fri, 18 Apr 2014 22:54:48 +0000 (00:54 +0200)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Fri, 18 Apr 2014 22:54:48 +0000 (00:54 +0200)
LCARStrek/browser/browser.css
LCARStrek/browser/customizableui/panelUIOverlay.css
LCARStrek/browser/menuPanel-exit.png
LCARStrek/browser/menuPanel-help.png
LCARStrek/browser/places/bookmarks-notification-finish.png

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]: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);
 }
 
   -moz-image-region: rect(18px, 162px, 36px, 144px);
 }
 
index 10a7c48060de8e68ce40cdce4a0375563ff3f4b1..4cdb18244f2a6a7be1dd1ce6fcf09e37cd5eeae7 100644 (file)
@@ -462,13 +462,11 @@ toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton {
 }
 
 #PanelUI-quit:not([disabled]):hover {
 }
 
 #PanelUI-quit:not([disabled]):hover {
-/*  background-color: #d94141;
-  outline-color: #c23a3a;*/
+  background-color: #FF0000;
 }
 
 #PanelUI-quit:not([disabled]):hover:active {
 }
 
 #PanelUI-quit:not([disabled]):hover:active {
-/*  background-color: #ad3434;
-  outline-color: #992e2e;*/
+  background-color: #FF9F00;
 }
 
 #customization-panelHolder #PanelUI-customize {
 }
 
 #customization-panelHolder #PanelUI-customize {
index 435012e375c541d73ab2a00f1655942259f3b4cc..7558cfddfad4ea9432d0e1117e448842f6dac87d 100644 (file)
Binary files a/LCARStrek/browser/menuPanel-exit.png and b/LCARStrek/browser/menuPanel-exit.png differ
index c56d813e2481e67c92a06cde7dc243c789fdb221..58ae0f1754c82a325975e10869dc7b8e9305d601 100644 (file)
Binary files a/LCARStrek/browser/menuPanel-help.png and b/LCARStrek/browser/menuPanel-help.png differ
index e4d2d7c61d5e89e03576a41fca115ccce044a29b..3024bd0cab30f1a5d0cc9578c0b1e76a52f5c518 100644 (file)
Binary files a/LCARStrek/browser/places/bookmarks-notification-finish.png and b/LCARStrek/browser/places/bookmarks-notification-finish.png differ