Closed Bug 112238 Opened 24 years ago Closed 23 years ago

[RFE] Outliner widget should support line-through

Categories

(Core :: XUL, enhancement)

x86
Linux
enhancement
Not set
normal

Tracking

()

VERIFIED FIXED
mozilla0.9.8

People

(Reporter: pratik.solanki, Assigned: janv)

Details

Attachments

(1 file)

I wanted to display imap deleted messages with a strike-through like OE does. I added the following code to userChrome.css outlinerbody:-moz-outliner-cell-text(imapdeleted) { text-decoration: line-through !important; font-style: italic !important; color: gray !important; } The font-style and color attributes got honoured but the text-decoration did not. I thnik it would be nice if the line-through also got displayed.
Reporter: Please note that there is a serverity level called "enhancement". You may want to use it for this suggestion. (Or may be it really is a bug? I'm not CSS fluent enough to judge... )
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Ever confirmed: true
Svante, Agreed, I overlooked that. So is there anyone working on this? I have a feeling that this shouldn't be hard to fix but thats from my 10,000 feet view of Mozilla.
taking
Assignee: sspitzer → varga
Component: Mail Window Front End → XP Toolkit/Widgets: Trees
Product: MailNews → Browser
Target Milestone: --- → mozilla0.9.8
Attached patch proposed fixSplinter Review
fixed along with bug 116855
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Marking verified because I see it fixed. Of course, I had to change my CSS code to use outlinerchildren instead of outlinerbody but with that change, it works.
Status: RESOLVED → VERIFIED
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: esther → xptoolkit.widgets
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: