make arrow popups work again on Linux
authorRobert Kaiser <robert@widebook.box.kairo.at>
Sun, 30 Sep 2012 18:59:56 +0000 (20:59 +0200)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Sun, 30 Sep 2012 18:59:56 +0000 (20:59 +0200)
EarlyBlue/global/popup.css
LCARStrek/global/popup.css

index 74f3cc77b319dcbd7686c1cd5ce893c0215e44dd..bc00318bf6dcf2d829a89f9d39f7efaec02c543e 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
+  opacity: 0; */
+  opacity: 0.01;
 }
 
 .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;
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;