From: Robert Kaiser Date: Fri, 18 Apr 2014 22:54:48 +0000 (+0200) Subject: fix some Australis glitches with bookmarks button and menu panel X-Git-Tag: LCARStrek-2.26~8 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=83e3b5cf4c1a3617c23d59a79d432fa709003810;ds=sidebyside fix some Australis glitches with bookmarks button and menu panel --- diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index cb3e1eec..848f5297 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -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); } diff --git a/LCARStrek/browser/customizableui/panelUIOverlay.css b/LCARStrek/browser/customizableui/panelUIOverlay.css index 10a7c480..4cdb1824 100644 --- a/LCARStrek/browser/customizableui/panelUIOverlay.css +++ b/LCARStrek/browser/customizableui/panelUIOverlay.css @@ -462,13 +462,11 @@ toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton { } #PanelUI-quit:not([disabled]):hover { -/* background-color: #d94141; - outline-color: #c23a3a;*/ + background-color: #FF0000; } #PanelUI-quit:not([disabled]):hover:active { -/* background-color: #ad3434; - outline-color: #992e2e;*/ + background-color: #FF9F00; } #customization-panelHolder #PanelUI-customize { diff --git a/LCARStrek/browser/menuPanel-exit.png b/LCARStrek/browser/menuPanel-exit.png index 435012e3..7558cfdd 100644 Binary files a/LCARStrek/browser/menuPanel-exit.png and b/LCARStrek/browser/menuPanel-exit.png differ diff --git a/LCARStrek/browser/menuPanel-help.png b/LCARStrek/browser/menuPanel-help.png index c56d813e..58ae0f17 100644 Binary files a/LCARStrek/browser/menuPanel-help.png and b/LCARStrek/browser/menuPanel-help.png differ diff --git a/LCARStrek/browser/places/bookmarks-notification-finish.png b/LCARStrek/browser/places/bookmarks-notification-finish.png index e4d2d7c6..3024bd0c 100644 Binary files a/LCARStrek/browser/places/bookmarks-notification-finish.png and b/LCARStrek/browser/places/bookmarks-notification-finish.png differ