Closed
Bug 614517
Opened 14 years ago
Closed 14 years ago
Active tab still inherits a text shadow
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
FIXED
Firefox 4.0b8
People
(Reporter: dao, Assigned: dao)
References
Details
Attachments
(1 file)
946 bytes,
patch
|
Gavin
:
review+
Gavin
:
approval2.0+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #492952 -
Flags: review?(gavin.sharp)
Comment 1•14 years ago
|
||
Comment on attachment 492952 [details] [diff] [review]
patch
Why is color: black only specified for background tabs?
Attachment #492952 -
Flags: review?(gavin.sharp) → review+
Updated•14 years ago
|
Attachment #492952 -
Flags: approval2.0+
Assignee | ||
Comment 2•14 years ago
|
||
This section (i.e. -moz-windows-compositor) doesn't style the active tab in any special way. The active tab styling comes (1) from browser.css, which specifies a background based on -moz-dialog but no text color, because tabbox.css already specifies -moz-dialogText, or (2) from the -moz-windows-default-theme section in browser-aero.css, which hard-codes a background color but no text color, because we know -moz-dialogText (still from tabbox.css) is black when using the default theme.
Assignee | ||
Comment 3•14 years ago
|
||
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.
Description
•