Closed
Bug 450261
Opened 16 years ago
Closed 16 years ago
[Mac] Temporarily turn off unified toolbar styling
Categories
(SeaMonkey :: Themes, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.0a1
People
(Reporter: stefanh, Assigned: stefanh)
References
Details
Attachments
(2 files)
653 bytes,
patch
|
mnyromyr
:
review+
kairo
:
approval-seamonkey2.0a1+
|
Details | Diff | Splinter Review |
656 bytes,
patch
|
Details | Diff | Splinter Review |
Bug 439354 makes the unified toolbar look default on mac with a -moz-appearance rule in pinstripe/global/toolbar.css. Even though unified toolbar is the right thing, we should turn that off temporarily since the theme currently doesn't fit so well with the unified look (grippies, disabled buttons etc).
Assignee | ||
Comment 1•16 years ago
|
||
So, looking at pinstripe/glbal/toolbar.css, the only way to get the striped look is by doing "-moz-appearance: toolbar;", right?
Assignee | ||
Comment 2•16 years ago
|
||
Assignee | ||
Comment 3•16 years ago
|
||
Assignee | ||
Comment 4•16 years ago
|
||
(In reply to comment #1)
> So, looking at pinstripe/glbal/toolbar.css, the only way to get the striped
> look
on Tiger
Comment 5•16 years ago
|
||
If Seamonkey currently (before bug 439354) has a striped toolbar, there must be a rule to that effect somewhere in Seamonkey land because I'm not aware of any striped toolbar rules in pinstripe/global. Maybe the Seamonkey theme stripes the toolbox and makes the toolbars translucent so that the toolbox's background shines through? If that's the case, -moz-appearance: none; would be the way to restore that behaviour.
I should probably build Seamonkey one day.
Assignee | ||
Comment 6•16 years ago
|
||
Yeah, I think you're right. From what I see SeaMonkey doesn't have a striped toolbar. I'm on Leopard, though
Comment 7•16 years ago
|
||
On Tiger, SeaMonkey has a striped toolbar :-)
And the reason is that the window has -moz-appearance: dialog; and both the toolbox and the toolbar are transparent.
Assignee | ||
Comment 8•16 years ago
|
||
(In reply to comment #7)
> On Tiger, SeaMonkey has a striped toolbar :-)
> And the reason is that the window has -moz-appearance: dialog; and both the
> toolbox and the toolbar are transparent.
>
Thanks - right, I forgot about the dialog.
Assignee | ||
Comment 9•16 years ago
|
||
Comment on attachment 333406 [details] [diff] [review]
-moz-appearance: none;
Karsten, since we expect bug 439354 to be landed today, before the freeze, can you tale a quick look at this? This will restore the old behaviour and it can be landed before bug 439354 lands.
Attachment #333406 -
Flags: review?(mnyromyr)
Assignee | ||
Comment 10•16 years ago
|
||
Actually, from reading https://bugzilla.mozilla.org/show_bug.cgi?id=432131#c47 (which has to land before bug 439354) nothing will happen with bug 439354 today.
Assignee | ||
Comment 11•16 years ago
|
||
(Karsten will look at this when the dependent bug gets fixed and if I'm away he'll land the patch)
Updated•16 years ago
|
Attachment #333406 -
Flags: review?(mnyromyr) → review+
Assignee | ||
Comment 12•16 years ago
|
||
Comment on attachment 333406 [details] [diff] [review]
-moz-appearance: none;
This just makes sm look "as usual" - other parts of the ui needs some re-styling before sm can have a unified toolbar.
Attachment #333406 -
Flags: approval-seamonkey2.0a1?
Assignee | ||
Updated•16 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → seamonkey2.0alpha
Comment 13•16 years ago
|
||
Comment on attachment 333406 [details] [diff] [review]
-moz-appearance: none;
yes, let's do this for now, and come up with a good unified look hopefully for alpha 2.
Attachment #333406 -
Flags: approval-seamonkey2.0a1? → approval-seamonkey2.0a1+
Assignee | ||
Comment 14•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•