X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fpopup.css;h=bc00318bf6dcf2d829a89f9d39f7efaec02c543e;hp=74f3cc77b319dcbd7686c1cd5ce893c0215e44dd;hb=af861d30f324bf92d3725a1ba2b398ea85dba50d;hpb=dbe1e314f4f7cef7cc2a9025c8afc0ed34428857;ds=inline diff --git a/EarlyBlue/global/popup.css b/EarlyBlue/global/popup.css index 74f3cc77..bc00318b 100644 --- a/EarlyBlue/global/popup.css +++ b/EarlyBlue/global/popup.css @@ -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;