projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
529ab24
)
Make addressbook links look more clickable
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 5 Feb 2009 18:46:09 +0000
(11:46 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 5 Feb 2009 20:07:02 +0000
(13:07 -0700)
imp/themes/screen-dimp.css
patch
|
blob
|
history
diff --git
a/imp/themes/screen-dimp.css
b/imp/themes/screen-dimp.css
index
2eed4a7
..
48d4a14
100644
(file)
--- 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 {