From be14096f3cd0612c9397ed9788cb8249593e42b9 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 5 Feb 2009 11:46:09 -0700 Subject: [PATCH] Make addressbook links look more clickable --- imp/themes/screen-dimp.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index 2eed4a790..48d4a148c 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -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 { -- 2.11.0