Experiment with a different effect when hovering over popdown
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 5 May 2010 18:42:53 +0000 (12:42 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 6 May 2010 16:27:06 +0000 (10:27 -0600)
Might be too subtle, though.

imp/themes/dimp/screen.css

index 6f9ccbc..ed7c7cb 100644 (file)
@@ -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;