Closed
Bug 538187
Opened 15 years ago
Closed 15 years ago
CSS changes for :-moz-window-inactive pseudoclass
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
FIXED
Firefox 3.7a4
People
(Reporter: mstange, Assigned: mstange)
References
Details
Attachments
(1 file, 3 obsolete files)
17.76 KB,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
After bug 508482, activating a window will no longer set the "active" attribute on the window, but instead make the new :-moz-window-inactive pseudoclass match. We need to update our CSS for the new behavior.
Comment 1•15 years ago
|
||
Comment on attachment 420342 [details] [diff] [review]
v1
>--- a/toolkit/themes/winstripe/global/menu.css
>+++ b/toolkit/themes/winstripe/global/menu.css
>@@ -164,16 +164,22 @@ menubar > menu:-moz-lwtheme:not([disable
> }
>
> menubar > menu:-moz-lwtheme[_moz-menuactive="true"]:not([disabled="true"]) {
> background-color: Highlight;
> color: HighlightText !important;
> text-shadow: none;
> }
>
>+%ifdef XP_WIN
>+menubar > menu:-moz-window-inactive {
>+ color: ThreeDShadow;
>+}
>+%endif
Need to make sure this file gets preprocessed.
Assignee | ||
Comment 2•15 years ago
|
||
Attachment #420342 -
Attachment is obsolete: true
Assignee | ||
Comment 3•15 years ago
|
||
Attachment #420359 -
Attachment is obsolete: true
Attachment #432213 -
Flags: review?(dao)
Assignee | ||
Updated•15 years ago
|
Attachment #432213 -
Attachment is obsolete: true
Attachment #432213 -
Flags: review?(dao)
Assignee | ||
Comment 4•15 years ago
|
||
Comment on attachment 432213 [details] [diff] [review]
v3
Oh, I probably need to update this for bug 480178.
Assignee | ||
Comment 5•15 years ago
|
||
Attachment #432216 -
Flags: review?(dao)
Updated•15 years ago
|
Attachment #432216 -
Flags: review?(dao) → review+
Assignee | ||
Comment 6•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.7a4
sorry if wrong place,
see http://forums.mozillazine.org/viewtopic.php?p=8984055#p8984055
above issue is caused by this bug and/or bug 508482 ?
if so, intended issue ?
Assignee | ||
Comment 8•15 years ago
|
||
Not intended. Please file a bug.
filed, bug 554061
You need to log in
before you can comment on or make changes to this bug.
Description
•