From: Robert Kaiser Date: Sun, 21 Jul 2013 22:45:14 +0000 (+0200) Subject: fix a few small issues with identity area and popups, including breakage of the popup... X-Git-Tag: LCARStrek-2.20~3 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=7092015d48714f2d26ba7a92d682eb6c45cc7b7d fix a few small issues with identity area and popups, including breakage of the popup in windows managers that don't support opacity well --- diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index 027911cd..6c8a8aba 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -1426,11 +1426,13 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon #identity-box:hover { background-color: #FFCF00; + color: #000000; } #identity-box:hover:active, #identity-box[open=true] { background-color: #FF9F00; + color: #000000; } #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:hover, diff --git a/LCARStrek/global/popup.css b/LCARStrek/global/popup.css index 8c647060..9095fc1f 100644 --- a/LCARStrek/global/popup.css +++ b/LCARStrek/global/popup.css @@ -32,8 +32,8 @@ panel[type="arrow"] { .panel-arrowcontainer:not([panelopen]) { /* Does not work correctly in Linux right now. - 2012-09-30 + * Actually, only breaks uncommon Window Managers, but arrowpanels disappear completely. 2013-07-21 opacity: 0; */ - opacity: 0.01; } .panel-arrowcontainer:not([panelopen])[side="top"] {