From 5c24efd96c57a58d9b3fa3269df85db8f18789fb Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sat, 7 Dec 2013 02:51:54 +0100 Subject: [PATCH 1/1] Fix breakage of the popup in windows managers that don't support opacity well - now also for EarlyBlue (LCARStrek had the fix since July) --- EarlyBlue/global/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EarlyBlue/global/popup.css b/EarlyBlue/global/popup.css index bc00318b..99d0ec08 100644 --- a/EarlyBlue/global/popup.css +++ b/EarlyBlue/global/popup.css @@ -28,8 +28,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