Replace flag with star as used in Gmail and Thunderbird + add hover effect for flags col

release-0.6
thomascube 16 years ago
parent f45a174ae5
commit c2de4d01ba

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 B

After

Width:  |  Height:  |  Size: 54 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 514 B

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 520 B

After

Width:  |  Height:  |  Size: 389 B

@ -526,6 +526,12 @@ body.messagelist
cursor: pointer; 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 #messagelist tr td.subject
{ {
overflow: hidden; overflow: hidden;
@ -573,7 +579,7 @@ body.messagelist
#messagelist tr.flagged td, #messagelist tr.flagged td,
#messagelist tr.flagged td a #messagelist tr.flagged td a
{ {
color: #FF0000; color: #CC0000;
} }
#messagelist tr.selected td #messagelist tr.selected td

@ -55,7 +55,7 @@
forwardedrepliedIcon="/images/icons/forwarded_replied.png" forwardedrepliedIcon="/images/icons/forwarded_replied.png"
attachmentIcon="/images/icons/attachment.png" attachmentIcon="/images/icons/attachment.png"
flaggedIcon="/images/icons/flagged.png" flaggedIcon="/images/icons/flagged.png"
unflaggedIcon="/images/icons/unflagged.png" /> unflaggedIcon="/images/blank.gif" />
</div> </div>
<roundcube:if condition="config:preview_pane == true" /> <roundcube:if condition="config:preview_pane == true" />

Loading…
Cancel
Save