Make addressbook links look more clickable
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 5 Feb 2009 18:46:09 +0000 (11:46 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 5 Feb 2009 20:07:02 +0000 (13:07 -0700)
imp/themes/screen-dimp.css

index 2eed4a7..48d4a14 100644 (file)
@@ -669,10 +669,10 @@ div.dimpActionsCompose a.popdown {
 /* Message Composition. */
 .composeAddrbook {
     cursor: pointer;
-    font-weight: bold;
+    text-decoration: underline;
 }
 .composeAddrbook:hover {
-    text-decoration: underline;
+    font-weight: bold;
 }
 
 .msgwrite {