A new comment gets the word "new" after its title. Since it is within a SPAN, it's not affected by the styling in appearance.css (line 310) :
.new {border-color: #C00;}
(span's don't have borders).
The text color should be used to highlight the "new" tag:
.new{color: #C00;}
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | appearance.css_.patch | 675 bytes | aimutch |
Comments
Comment #1
aimutch commentedThis affects both versions. The code suggested by the user works although it should be written:
Comment #2
aimutch commentedComment #3
aimutch commentedPatch attached for appearances.css to fix display of new text.
Comment #4
jacineThanks guys! This will be in the next commit.
Comment #5
jacineComment #6
jacineOoops, forgot this. Coming in 6.x-3.3, just waiting for a TinyMCE issue to commit.