Opened 5 years ago

Closed 5 years ago

#1485464 closed Feature Patches (fixed)

Marking flagged messages, Outlook style

Reported by: hobstah Owned by:
Priority: 5 Milestone: 0.2-stable
Component: User Interface Version: 0.2-beta
Severity: trivial Keywords: flagged css style
Cc:

Description

I think it's nice to show flagged messages in different color. If you agree, you can add to skin/default/mail.css:
(after line 569, #messagelist tr.unread ..)

#messagelist tr.flagged td
{

color: #FF0000;

}

#messagelist tr.flagged td a
{

color: #FF0000;

}

Change History (3)

comment:1 follow-up: Changed 5 years ago by alec

  • Resolution set to fixed
  • Status changed from new to closed

Added in [89bafaeb], but commented because of conflict with selected and deleted classes.

comment:2 in reply to: ↑ 1 Changed 5 years ago by hobstah

  • Resolution fixed deleted
  • Status changed from closed to reopened

Replying to alec:

Added in [89bafaeb], but commented because of conflict with selected and deleted classes.

I tryed adding the code before definitions for selected and deleted - that way it won't interfere with them (selected and deleted take precedence - works for me in IE, Firefox and Safari).
Try that way if it works for you. If not, never mind.

comment:3 Changed 5 years ago by alec

  • Resolution set to fixed
  • Status changed from reopened to closed

Ok, fixed and tested with Opera ([e51ef051])

Note: See TracTickets for help on using tickets.