Closed
Bug 1013724
Opened 12 years ago
Closed 12 years ago
in-content preferences: style issue category sidebar
Categories
(Firefox :: Settings UI, defect)
Tracking
()
VERIFIED
FIXED
Firefox 32
| Tracking | Status | |
|---|---|---|
| firefox32 | --- | verified |
People
(Reporter: soeren.hentzschel, Assigned: Paenglab)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 1 obsolete file)
|
634.63 KB,
image/png
|
Details | |
|
23.25 KB,
patch
|
Paenglab
:
review+
|
Details | Diff | Splinter Review |
The category sidebar of the in-content-preferences is a few pixel too small. The attached screenshot shows the issue, 400% zoom for better visibility of the issue.
| Assignee | ||
Comment 1•12 years ago
|
||
Restyle according Project Chameleon. I removed the borders and use now a box-shadow to mark the selected category. This makes the orange part a correct rectangle. I removed also the inactive (gray) images like Chameleon is only using one shade of images.
Assignee: nobody → richard.marti
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Attachment #8427214 -
Flags: review?(jaws)
Comment 3•12 years ago
|
||
Comment on attachment 8427214 [details] [diff] [review]
styleCategories.patch
Review of attachment 8427214 [details] [diff] [review]:
-----------------------------------------------------------------
r=me with the following changes.
::: browser/themes/shared/incontentprefs/preferences.css
@@ +491,5 @@
> }
>
> .category {
> -moz-appearance: none;
> + color: #fbfbfb;
this should be 'color: #c1c1c1;' and it is missing 'transition: background-color 150ms;'.
@@ +508,2 @@
> color: #f1f1f1;
> + box-shadow: inset 4px 0 0 0 #FF9500;
the color for .category[selected] should be #f2f2f2;
Attachment #8427214 -
Flags: review?(jaws) → review+
| Assignee | ||
Comment 4•12 years ago
|
||
Comments addressed.
Attachment #8427214 -
Attachment is obsolete: true
Attachment #8430171 -
Flags: review+
| Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 5•12 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 6•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 32
Comment 7•12 years ago
|
||
Verified fixed on Mac OSX 10.8.5 using latest Nightly 32.0a1 (buildID: 20140609030202).
Status: RESOLVED → VERIFIED
status-firefox32:
--- → verified
You need to log in
before you can comment on or make changes to this bug.
Description
•