Closed Bug 1500865 Opened 6 years ago Closed 6 years ago

Warnings in error console about background-color: none

Categories

(Thunderbird :: Message Compose Window, defect)

defect
Not set
minor

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1499231

People

(Reporter: nONoNonO, Unassigned)

Details

When composing a new message I see some warnings in the error console about background-color: none. I think this should be background-color: transparent (or maybe remove the whole attribute):

Expected color but found ‘none’.  Error in parsing value for ‘background-color’.  Declaration dropped.

https://dxr.mozilla.org/comm-central/source/comm/mail/themes/shared/mail/messengercompose.css#46
The attribute as-is is already dropped and the background color is set in OS-specific stylesheets (except maybe for osx)
https://dxr.mozilla.org/comm-central/source/comm/mail/themes/windows/mail/compose/messengercompose.css#534
https://dxr.mozilla.org/comm-central/source/comm/mail/themes/linux/mail/compose/messengercompose.css#35

So I think it's safe to drop it here.
Summary: Errors in error console about background-color: none → Warnings in error console about background-color: none
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.