From 7092015d48714f2d26ba7a92d682eb6c45cc7b7d Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Mon, 22 Jul 2013 00:45:14 +0200 Subject: [PATCH] fix a few small issues with identity area and popups, including breakage of the popup in windows managers that don't support opacity well --- LCARStrek/browser/browser.css | 2 ++ LCARStrek/global/popup.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"] { -- 2.35.3