Closed
Bug 602531
Opened 15 years ago
Closed 15 years ago
Change "-moz-box-shadow" to "box-shadow" in mail/
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.3a1
People
(Reporter: Nomis101, Assigned: Nomis101)
References
Details
Attachments
(1 file, 2 obsolete files)
7.61 KB,
patch
|
andreasn
:
review+
|
Details | Diff | Splinter Review |
-moz-box-shadow is obsolete in Gecko 2.0, so we should rename it to box-shadow. This was done for suite in Bug 595630.
This patch changes -moz-box-shadow to box-shadow in mail/.
https://developer.mozilla.org/en/CSS/-moz-box-shadow
And it changes the values according to this table: https://bugzilla.mozilla.org/show_bug.cgi?id=590039#c23
It also changes "0px" to "0" in messageHeader.css like it was done in http://hg.mozilla.org/mozilla-central/rev/4e12a34e5398
Attachment #481535 -
Flags: review?(nisses.mail)
Comment 2•15 years ago
|
||
Note that the blur radius value is the third one. You don't want to change the other ones.
Updated•15 years ago
|
Oh yes, I've overlooked that the value change is only necessary for the blur radius.
Attachment #481535 -
Attachment is obsolete: true
Attachment #481618 -
Flags: review?(nisses.mail)
Attachment #481535 -
Flags: review?(nisses.mail)
Attachment #481618 -
Attachment is obsolete: true
Attachment #481619 -
Flags: review?(nisses.mail)
Attachment #481618 -
Flags: review?(nisses.mail)
Comment 5•15 years ago
|
||
All values looks good when comparing with the table in https://bugzilla.mozilla.org/show_bug.cgi?id=590039#c23, just going to take it for a test run and see that things looks correct before I give an r+
Comment 6•15 years ago
|
||
Comment on attachment 481619 [details] [diff] [review]
corrected patch
Look all right in action too!
Attachment #481619 -
Flags: review?(nisses.mail) → review+
Comment 7•15 years ago
|
||
So checking needed ?
Updated•15 years ago
|
Keywords: checkin-needed
(In reply to comment #7)
> So checking needed ?
Yep.
Updated•15 years ago
|
Assignee: nobody → Nomis101
Comment 9•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3.3a1
You need to log in
before you can comment on or make changes to this bug.
Description
•