Closed Bug 616680 Opened 14 years ago Closed 14 years ago

Clean up app button styling in browser-aero.css

Categories

(Firefox :: Theme, defect)

All
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED FIXED
Firefox 4.0b8

People

(Reporter: dao, Assigned: dao)

Details

Attachments

(1 file, 1 obsolete file)

Attached patch patch (obsolete) — Splinter Review
From bug 606160 comment 33:

> Note that windows-compositor doesn't imply windows-default-theme and the
> negative margin actually needs both, since we set the extra border only for
> windows-default-theme. A better solution might be to change the border to be
> added for everything but windows-classic in browser-aero.css:
> 
> @media not all and (-moz-windows-classic) {
>   #appmenu-button {
>     border: ...
>     margin-bottom: 1px; /* compensate white outer border */
>   }
> }
> 
> @media all and (-moz-windows-compositor) {
>   #appmenu-button {
>     margin-bottom: -1px; /* compensate white outer border */
>   }
> }

The attached patch does that.
Attachment #495239 - Flags: review?(gavin.sharp)
Attached patch patchSplinter Review
updated to tip
Attachment #495239 - Attachment is obsolete: true
Attachment #495473 - Flags: review?(gavin.sharp)
Attachment #495239 - Flags: review?(gavin.sharp)
Attachment #495473 - Flags: review?(jmathies)
Comment on attachment 495473 [details] [diff] [review]
patch

rs=me...
Attachment #495473 - Flags: review?(gavin.sharp) → review+
Attachment #495473 - Flags: review?(jmathies) → approval2.0?
Attachment #495473 - Flags: approval2.0? → approval2.0+
http://hg.mozilla.org/mozilla-central/rev/19721341c737
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b8
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: