From: Michael M Slusarz Date: Wed, 5 May 2010 18:42:53 +0000 (-0600) Subject: Experiment with a different effect when hovering over popdown X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=af6b3f1d28e41113b1e695968ea431d3497c31b4;p=horde.git Experiment with a different effect when hovering over popdown Might be too subtle, though. --- diff --git a/imp/themes/dimp/screen.css b/imp/themes/dimp/screen.css index 6f9ccbc18..ed7c7cb3e 100644 --- a/imp/themes/dimp/screen.css +++ b/imp/themes/dimp/screen.css @@ -435,10 +435,20 @@ div.vpRowVert.flagUnseen { margin-right: 4px; vertical-align: top; } -.dimpActions a:hover, .dimpActions span.popdown:hover, .dimpActions span.spellcheckPopdownImg:hover, span.popdownImg:hover { +.dimpActions a:hover { background-color: #e3e3e3; text-decoration: none; } +.dimpActions span.popdown, .dimpActions span.spellcheckPopdownImg, span.popdownImg { + filter: alpha(opacity=50); + -moz-opacity: .5; + opacity: .5; +} +.dimpActions span.popdown:hover, .dimpActions span.spellcheckPopdownImg:hover, span.popdownImg:hover { + filter: alpha(opacity=100); + -moz-opacity: 1; + opacity: 1; +} .dimpActions span.spellcheckPopdownImg:hover, span.popdownImg { border: 0; margin: 0;