Closed
Bug 1232114
Opened 10 years ago
Closed 10 years ago
css warning about linear-gradient in background-color
Categories
(Thunderbird :: Theme, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 45.0
People
(Reporter: aceman, Assigned: Paenglab)
Details
Attachments
(1 file)
|
1.84 KB,
patch
|
aceman
:
review+
|
Details | Diff | Splinter Review |
This shows at least 20 times just by starting TB trunk on Linux.
Warning: Expected end of value but found 'linear-gradient('. Error in parsing value for 'background-color' after substituting variables. Generated value was ' rgba(255, 255, 255, .5) linear-gradient(rgba(255, 255, 255, .5), transparent)'. Falling back to 'initial'.
Source File: chrome://messenger/skin/messageHeader.css
Line: 141, Column: 3108
Source Code:
rgba(255, 255, 255, .5) linear-gradient(rgba(255, 255, 255, .5), transparent)
| Assignee | ||
Comment 1•10 years ago
|
||
Sorry, my bad. Now fixed.
Assignee: nobody → richard.marti
Status: NEW → ASSIGNED
Attachment #8697777 -
Flags: review?(acelists)
Comment on attachment 8697777 [details] [diff] [review]
1232114.patch
Review of attachment 8697777 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks, the warnings are gone.
Attachment #8697777 -
Flags: review?(acelists) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
Thank you, aceman.
http://hg.mozilla.org/comm-central/rev/ff50db99078e
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 45.0
You need to log in
before you can comment on or make changes to this bug.
Description
•