Closed
Bug 364946
Opened 19 years ago
Closed 19 years ago
Please tell me how to add personal icons for the priority FIELD or change the code if necessary
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: aykaw, Assigned: mscott)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
Please tell me how to add personal icons in the priority FIELD
of received e-mails, or change the code if necessary.
Reproducible: Always
Steps to Reproduce:
I tried it in mailwindow1.css and threadpane.css of my theme's package
and it didn't work:
/* ..... priority column ..... */
treecol.priorityColumnHeader {
list-style-image: url("chrome://messenger/skin/icons/priority-col.png");
}
treechildren::-moz-tree-image(priorityCol, dummy) {
list-style-image: none;
}
treechildren::-moz-tree-image(priorityCol, priority-highest) {
list-style-image: url("chrome://messenger/skin/icons/highest.png");
}
treechildren::-moz-tree-image(priorityCol, priority-high) {
list-style-image: url("chrome://messenger/skin/icons/high.png");
}
treechildren::-moz-tree-image(priorityCol, priority-lowest) {
list-style-image: url("chrome://messenger/skin/icons/lowest.png");
}
treechildren::-moz-tree-image(priorityCol, priority-low) {
list-style-image: url("chrome://messenger/skin/icons/low.png");
}
treechildren::-moz-tree-image(priorityCol, selected) {
color: -moz-DialogText;
}
treechildren::-moz-tree-image(priorityCol, selected, focus) {
color: #000000; HighlightText;
}
I even got rid of the strings that imply treechildren::-moz-tree-text .. .
Could you please give me a workaround ?
Actual Results:
Text still appears instead (( And it make tb look weird with all the rest
of the available icons and takes useless place in minimized window modes!
Expected Results:
Oe's exclamation mark .... . I have the icons and css code,
but i've replaced the flag string with priority, it's just
a premature attempt, i'm not a programmer and it effectively
doesn't work.
Comment 1•19 years ago
|
||
*** Bug 364947 has been marked as a duplicate of this bug. ***
Comment 2•19 years ago
|
||
Bugzilla is not a general forum. Use MozillaZine instead: http://forums.mozillazine.org
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Comment 3•19 years ago
|
||
*** Bug 364941 has been marked as a duplicate of this bug. ***
Comment 4•19 years ago
|
||
*** Bug 364955 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•