Closed
Bug 536903
Opened 14 years ago
Closed 14 years ago
[Mac] Need new css for clearListButton
Categories
(SeaMonkey :: Themes, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.1a1
People
(Reporter: stefanh, Assigned: stefanh)
Details
Attachments
(1 file)
2.81 KB,
patch
|
mnyromyr
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
I forgot the button - same principle as the pageInfo css (all icons have been removed) in bug 525698.
Assignee | ||
Comment 1•14 years ago
|
||
I added Markus to the file since I rip most stuff from him.
Attachment #419260 -
Flags: review?(mnyromyr)
Updated•14 years ago
|
Attachment #419260 -
Flags: review?(mnyromyr) → review+
Assignee | ||
Updated•14 years ago
|
Attachment #419260 -
Flags: superreview?(neil)
Comment 2•14 years ago
|
||
Comment on attachment 419260 [details] [diff] [review] New css >+ background: -moz-linear-gradient(top, #FFF, #ADADAD) repeat-x; Three nits, two of which you got right later on: 1. repeat-x is unnecessary (makes no sense for a gradient) 2. should be background-image (background is a shortcut for multiple styles) 3. I'd prefer six-digit colour codes i.e. #FFFFFF throughout. >+ background: #B5B5B5; Nit: background-color sr=me with these fixed.
Attachment #419260 -
Flags: superreview?(neil) → superreview+
Comment 3•14 years ago
|
||
(In reply to comment #2) >(From update of attachment 419260 [details] [diff] [review]) >>+ background: -moz-linear-gradient(top, #FFF, #ADADAD) repeat-x; >Three nits, two of which you got right later on: >1. repeat-x is unnecessary (makes no sense for a gradient) >2. should be background-image (background is a shortcut for multiple styles) >3. I'd prefer six-digit colour codes i.e. #FFFFFF throughout. > >>+ background: #B5B5B5; >Nit: background-color OK, so the second is supposed to override the first, and just to be difficult, one uses a solid colour and one uses a gradient. In that case, how about: background-color: #B5B5B5; background-image: -moz-linear-gradient(top, #FFFFFF, #ADADAD); ... background-image: none;
Assignee | ||
Comment 4•14 years ago
|
||
Landed with suggested changes: http://hg.mozilla.org/comm-central/rev/a61f577ca2e4 Then I discovered tha I missed one nit, so I landed another changeset: http://hg.mozilla.org/comm-central/rev/2c8fc8ea5c2f
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•