From c2de4d01ba28b22e62c8eac5b402747207a5d5c5 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 21 Oct 2008 07:13:08 -0400 Subject: [PATCH] Replace flag with star as used in Gmail and Thunderbird + add hover effect for flags col --- 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 07464e6..aa35b69 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -526,6 +526,12 @@ 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 @@ #messagelist tr.flagged td, #messagelist tr.flagged td a { - color: #FF0000; + color: #CC0000; } #messagelist tr.selected td -- Gitblit v1.9.1