diff options
author | thomascube <thomas@roundcube.net> | 2008-10-21 11:13:08 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-10-21 11:13:08 +0000 |
commit | c2de4d01ba28b22e62c8eac5b402747207a5d5c5 (patch) | |
tree | 0d5973def57f95299f8cee9c3af0cb702a1b9edc /skins/default/mail.css | |
parent | f45a174ae53f644547b8e00249a50b8fb564f5be (diff) |
Replace flag with star as used in Gmail and Thunderbird + add hover effect for flags col
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | skins/default/mail.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 07464e6a1..aa35b6927 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -526,6 +526,12 @@ body.messagelist cursor: pointer; } +#messagelist tbody tr td.flag img:hover, +#messagelist thead tr td.flag img +{ + background: url(images/icons/unflagged.png) center no-repeat; +} + #messagelist tr td.subject { overflow: hidden; @@ -573,7 +579,7 @@ body.messagelist #messagelist tr.flagged td, #messagelist tr.flagged td a { - color: #FF0000; + color: #CC0000; } #messagelist tr.selected td |