X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=848f52972af7c389d4e88e45e44cd75d8820b7e0;hb=83e3b5cf4c1a3617c23d59a79d432fa709003810;hp=cb3e1eec0457fb493bd411a11ac75e85c028ea83;hpb=2a8b2b48d6cdce23a2333fb7736d39f5312c6318;p=themes.git 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); }