Closed
Bug 753150
Opened 13 years ago
Closed 12 years ago
Improve visual style of in-content preferences on Linux
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jon.rietveld, Assigned: jon.rietveld)
References
Details
Attachments
(2 files)
Styling for the landing page of Linux to fit more with the Linux theme and Windows and OSX styling for in-content preferences
Assignee | ||
Comment 1•13 years ago
|
||
added landingButton-icon:hover to make it look similar to windows and OSX but used Linux colors. Also changed the heading color
Attachment #622202 -
Flags: feedback?(jaws)
Attachment #622202 -
Flags: feedback?(bmcbride)
Updated•13 years ago
|
Assignee: nobody → jon.rietveld
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Summary: In-content preference linux improvement styling → Improve visual style of in-content preferences on Linux
Comment 2•13 years ago
|
||
Comment on attachment 622202 [details] [diff] [review]
linux styling patch
Fine for now until we get some mockups for how we want to do the styling.
Attachment #622202 -
Flags: feedback?(jaws) → review+
Comment 3•13 years ago
|
||
Comment on attachment 622202 [details] [diff] [review]
linux styling patch
>+.landingButton:active {
>+ border-radius: 3px;
>+ background: rgb(249,209,195);
>+ border-color: rgba(239,137,102, .5);
>+ box-shadow: 0 0 3px 1px rgba(239,137,102, .2) inset;
These aren't "Linux colors". You seem to be incorrectly assuming the Ubuntu default theme here.
Attachment #622202 -
Flags: review-
Updated•13 years ago
|
Component: Preferences → Theme
QA Contact: preferences → theme
Comment 4•13 years ago
|
||
Comment on attachment 622202 [details] [diff] [review]
linux styling patch
Review of attachment 622202 [details] [diff] [review]:
-----------------------------------------------------------------
What Dao said. Specifically, to fit in with Linux system themes, you can (generally) only use color keywords that map to system colors, which are described here:
https://developer.mozilla.org/en/CSS/color_value#System_Colors
eg, ThreeDLightShadow, -moz-Field, etc
Attachment #622202 -
Flags: feedback?(bmcbride) → review-
Comment 5•12 years ago
|
||
I think we won't need this when bug 754344 will land.
Comment 6•12 years ago
|
||
Indeed, we've decided to move away from the existing landing page, and bug 754344 is the way forward. WONTFIXing.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•