Closed
Bug 599621
Opened 14 years ago
Closed 14 years ago
Fix some reminding/missed issues regarding personas and sidebar
Categories
(SeaMonkey :: Themes, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.1b1
People
(Reporter: stefanh, Assigned: stefanh)
References
Details
Attachments
(1 file)
1.24 KB,
patch
|
kairo
:
review+
|
Details | Diff | Splinter Review |
I missed 2 things when I reviewed the patch in bug 581382
1) We need "text-shadow: none;" for the box-texttab on mac
2) .sidebarheader-main has "-moz-appearance: toolbar;". This means that the border styles are not applied. With personas we set "moz-appearance: none;" - that means that borders are applied and the box increase in size (moves). This can be seen when previewing personas.
Assignee | ||
Comment 1•14 years ago
|
||
Assignee | ||
Comment 2•14 years ago
|
||
- border: 1px outset InactiveCaption;
Just to clarify: this border style doesn't make sense when you have a -moz-appearance rule, so we can just get rid of of it. Even if we didn't had any -moz-appearance rule it shouldn't be there imo since it would look bad.
Comment 3•14 years ago
|
||
Comment on attachment 478590 [details] [diff] [review]
fix remaining issues on mac
I'll steal that as I just believe you on that border and the other hunk is already agreed anyhow ;-)
Attachment #478590 -
Flags: review?(mnyromyr) → review+
Assignee | ||
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.1b1
You need to log in
before you can comment on or make changes to this bug.
Description
•