From: Michael M Slusarz Date: Wed, 3 Dec 2008 06:12:18 +0000 (-0700) Subject: Merge from CVS HEAD. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7ba4436310678d9958e75a1394c19eb0cf055ada;p=horde.git Merge from CVS HEAD. 1.316, 1.317 - dimp's screen.css 1.3, 1.4 - dimp's silver/screen.css --- diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index 79c737a76..5b4a9f7cd 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -233,15 +233,18 @@ div.msgSize { .msglist div.unseen { font-weight: bold; } -.msglist div.important, .msglist div.flagged { +.msglist div.important { background: #fcc; } -.msglist div.unimportant { - font-weight: normal; -} .msglist div.answered { background: #cfc; } +.msglist div.flagged { + background: #fcc; +} +.msglist div.unimportant { + font-weight: normal; +} .msglist div.deletedmsg { background: #999; } diff --git a/imp/themes/silver/screen-dimp.css b/imp/themes/silver/screen-dimp.css index 8099e5ae8..9d9ba2e06 100644 --- a/imp/themes/silver/screen-dimp.css +++ b/imp/themes/silver/screen-dimp.css @@ -2,21 +2,21 @@ .msglist div.unseen .msState { background-image: transparent url("graphics/mail_unseen.png"); } -.msglist div.flagged .msState { - background-image: url("graphics/mail_flagged.png"); -} -.msglist div.deletedmsg .msState { - background-image: url("graphics/mail_deleted.png"); -} .msglist div.unimportant .msPri { background-image: url("graphics/mail_priority_low.png"); } .msglist div.important .msPri { background-image: url("graphics/mail_priority_high.png"); } +.msglist div.flagged .msState { + background-image: url("graphics/mail_flagged.png"); +} .msglist div.answered .msCompose { background-image: url("graphics/mail_answered.png"); } +.msglist div.deletedmsg .msState { + background-image: url("graphics/mail_deleted.png"); +} .msglist div.draft .msCompose { background-image: url("graphics/mail_draft.png"); }