make arrow popups work again on Linux
[themes.git] / LCARStrek / global / popup.css
index 984f3da0891bc776abd92e0314b7e39fabc237e0..8c647060d3c761c3d9b5d62936b87e841061cd92 100644 (file)
@@ -31,7 +31,9 @@ panel[type="arrow"] {
 }
 
 .panel-arrowcontainer:not([panelopen]) {
-  opacity: 0;
+  /* Does not work correctly in Linux right now. - 2012-09-30
+  opacity: 0; */
+  opacity: 0.01;
 }
 
 .panel-arrowcontainer:not([panelopen])[side="top"] {
@@ -105,6 +107,8 @@ panel[type="arrow"][side="right"] {
   margin-left: -5px;
 }
 
+/* ::::: tooltip ::::: */
+
 tooltip {
   border-radius: 3px;
   background-color: #9C9CFF;