Fix breakage of the popup in windows managers that don't support opacity well - now...
[themes.git] / EarlyBlue / global / popup.css
index 74f3cc77b319dcbd7686c1cd5ce893c0215e44dd..99d0ec089eb62ccd8920d7a43b31b474ff7d0eb2 100644 (file)
@@ -27,7 +27,9 @@ panel[type="arrow"] {
 }
 
 .panel-arrowcontainer:not([panelopen]) {
-  opacity: 0;
+  /* 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; */
 }
 
 .panel-arrowcontainer:not([panelopen])[side="top"] {
@@ -100,6 +102,8 @@ panel[type="arrow"][side="right"] {
   margin-left: -5px;
 }
 
+/* ::::: tooltip ::::: */
+
 tooltip {
   background-color : #FFFFCC;
   border : 1px outset #FFFFCC;