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/templates | |
parent | f45a174ae53f644547b8e00249a50b8fb564f5be (diff) |
Replace flag with star as used in Gmail and Thunderbird + add hover effect for flags col
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/mail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index 6a6347932..10c17f0ae 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -55,7 +55,7 @@ forwardedrepliedIcon="/images/icons/forwarded_replied.png" attachmentIcon="/images/icons/attachment.png" flaggedIcon="/images/icons/flagged.png" - unflaggedIcon="/images/icons/unflagged.png" /> + unflaggedIcon="/images/blank.gif" /> </div> <roundcube:if condition="config:preview_pane == true" /> |