Closed
Bug 665342
Opened 14 years ago
Closed 13 years ago
In the sync setup window, delete the border between upper and lower sections, and change background color of lower area
Categories
(Firefox :: Theme, defect)
Firefox
Theme
Tracking
()
RESOLVED
FIXED
Firefox 14
People
(Reporter: micmon, Assigned: tru3cougar)
References
Details
Attachments
(2 files, 2 obsolete files)
64.87 KB,
image/png
|
Details | |
1.81 KB,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
The bottom of the sync setup window is blue (-> Screenshot), it should be gray (=bgcolor) like the upper region.
![]() |
||
Updated•13 years ago
|
Assignee: nobody → tru3cougar
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•13 years ago
|
||
This is my first patch attempt and I would greatly appreciate any & all feedback!
Attachment #604812 -
Flags: review?(dao)
Comment 2•13 years ago
|
||
Comment on attachment 604812 [details] [diff] [review]
Suggested patch for bug
> .wizard-buttons {
>- border-top: 2px solid #ccd9ea;
>- background-color: #f1f5fb;
>+ border-top: 2px solid #990099;
That's quite an ugly color, I don't think we can use that. ;-)
Also, looks like the button should be 1px thick or removed entirely.
>+ background-color: Window;
How about something like rgba(0,0,0,0.1)?
Attachment #604812 -
Flags: review?(dao) → review-
Assignee | ||
Comment 3•13 years ago
|
||
(In reply to Dão Gottwald [:dao] from comment #2)
> Comment on attachment 604812 [details] [diff] [review]
> Suggested patch for bug
>
> > .wizard-buttons {
> >- border-top: 2px solid #ccd9ea;
> >- background-color: #f1f5fb;
> >+ border-top: 2px solid #990099;
>
> That's quite an ugly color, I don't think we can use that. ;-)
Oh my. How embarrassing. I was just playing around making sure I was changing the correct thing and meant to change that back to original color. Will fix and resubmit patch!
> Also, looks like the button should be 1px thick or removed entirely.
>
> >+ background-color: Window;
>
> How about something like rgba(0,0,0,0.1)?
Not quite sure what you mean here about the button looking like it should be 1px thick or removed...
Comment 4•13 years ago
|
||
I meant "border" despite writing "button"...
Comment 5•13 years ago
|
||
(In reply to Dão Gottwald [:dao] from comment #2)
> How about something like rgba(0,0,0,0.1)?
That is probably the right color for Mac and Linux. The blue for Windows was intentional I think.
(In reply to Dão Gottwald [:dao] from comment #4)
> I meant "border" despite writing "button"...
Yeah I believe the original design was for a 1px border and a slight 1px inset shadow. Not sure how we ended up with a double border :)
Comment 6•13 years ago
|
||
(In reply to Stephen Horlander from comment #5)
> (In reply to Dão Gottwald [:dao] from comment #2)
> > How about something like rgba(0,0,0,0.1)?
>
> That is probably the right color for Mac and Linux. The blue for Windows was
> intentional I think.
To some extent, yes; it doesn't make sense for all Windows versions and flavours and the border is messed up, as you mentioned. So I'd support just ripping it out across the board unless someone wants to do it the right way.
Comment 7•13 years ago
|
||
(In reply to Dão Gottwald [:dao] from comment #6)
> (In reply to Stephen Horlander from comment #5)
> > (In reply to Dão Gottwald [:dao] from comment #2)
> > > How about something like rgba(0,0,0,0.1)?
> >
> > That is probably the right color for Mac and Linux. The blue for Windows was
> > intentional I think.
>
> To some extent, yes; it doesn't make sense for all Windows versions and
> flavours and the border is messed up, as you mentioned. So I'd support just
> ripping it out across the board unless someone wants to do it the right way.
That works for me.
Assignee | ||
Comment 8•13 years ago
|
||
I removed the border completely and changed the lower area background color to the suggested rgba(0,0,0,0.1). I don't think this is the "final answer" though..... still looks kind of ugly, just not quite as bad. Any other suggestions to improve the look of this thing? Maybe changing the color to match the upper region and add a super thin plain ol' black border?
Attachment #604812 -
Attachment is obsolete: true
Attachment #605797 -
Flags: review?(dao)
Comment 9•13 years ago
|
||
Comment on attachment 605797 [details] [diff] [review]
Removed border and changed lower area color to suggested value
This patch applies on top of the previous patch. Instead, we need a patch that applies on mozilla-central tip.
Otherwise this seems fine, further improvements can happen in new bugs.
Attachment #605797 -
Flags: review?(dao) → review-
Assignee | ||
Comment 10•13 years ago
|
||
(In reply to Dão Gottwald [:dao] from comment #9)
> Comment on attachment 605797 [details] [diff] [review]
> Removed border and changed lower area color to suggested value
>
> This patch applies on top of the previous patch. Instead, we need a patch
> that applies on mozilla-central tip.
Apologies again. I don't understand what you mean by "applies on top of the previous patch" & "applies on mozilla-central tip"?
Comment 11•13 years ago
|
||
The patch tries to remove this line, for instance:
border-top: 2px solid #990099;
Such a line doesn't exist on mozilla-central, see <http://mxr.mozilla.org/mozilla-central/source/browser/themes/winstripe/syncSetup.css>.
Assignee | ||
Comment 12•13 years ago
|
||
(In reply to Dão Gottwald [:dao] from comment #11)
> The patch tries to remove this line, for instance:
>
> border-top: 2px solid #990099;
>
> Such a line doesn't exist on mozilla-central, see
> <http://mxr.mozilla.org/mozilla-central/source/browser/themes/winstripe/
> syncSetup.css>.
Ohhhhhhhhhh. Got it. Ok. Will fix.
Assignee | ||
Comment 13•13 years ago
|
||
This patch reflects what is in mozilla-central instead of the previous changes to my working copy.
Attachment #605797 -
Attachment is obsolete: true
Attachment #605831 -
Flags: review?(dao)
Comment 14•13 years ago
|
||
Comment on attachment 605831 [details] [diff] [review]
Updated changes to reflect mozilla-central contents.
Thanks!
Attachment #605831 -
Flags: review?(dao) → review+
Comment 15•13 years ago
|
||
OS: Linux → All
Target Milestone: --- → Firefox 14
Version: 5 Branch → Trunk
Updated•13 years ago
|
Summary: Bottom color of sync setup window → In the sync setup window, delete the border between upper and lower sections, and change background color of lower area
Comment 16•13 years ago
|
||
Landed a second time with the correct bug number in the commit message.
http://hg.mozilla.org/integration/mozilla-inbound/rev/e36239fc97af
Comment 17•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•