Closed
Bug 684376
Opened 13 years ago
Closed 13 years ago
[Message header]: Make the tango orange more eye-friendly (and a gradient)
Categories
(Thunderbird :: Theme, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 9.0
People
(Reporter: Nomis101, Assigned: Nomis101)
Details
Attachments
(3 files, 2 obsolete files)
63.50 KB,
image/jpeg
|
Details | |
2.07 KB,
patch
|
bwinton
:
review+
bwinton
:
ui-review+
|
Details | Diff | Splinter Review |
2.29 KB,
patch
|
Details | Diff | Splinter Review |
The current tango orange is not very eye-friendly and doesn't look so nice in the new header. So, make it better.
Attachment #557967 -
Flags: ui-review?(bwinton)
Comment 2•13 years ago
|
||
Comment on attachment 557967 [details] [diff] [review]
Patch
I don't mind the gradient, but the text shadow makes it too hard to read. (Note that the Finder screenshot doesn't have a text shadow either. ;)
Attachment #557967 -
Flags: ui-review?(bwinton) → ui-review-
Comment 3•13 years ago
|
||
Maybe a more subtle text shadow? I kind of like it, but then I don't use a Mac, so I suppose it's all academic to me. :)
Updated•13 years ago
|
Component: Mail Window Front End → Theme
QA Contact: front-end → theme
(In reply to Blake Winton (:bwinton - Thunderbird UX) from comment #2)
> Comment on attachment 557967 [details] [diff] [review]
> Patch
>
> I don't mind the gradient, but the text shadow makes it too hard to read.
> (Note that the Finder screenshot doesn't have a text shadow either. ;)
Oh, I did the shadow because in my feelings its than easier to read (and because it looks cool :-D ). You are right, in my Finder screenshot there is no shadow, but in the Mac-UI there are shadows (see Bug 554113).
But no problem, I can remove the shadow, or make it more subtle, as Jim suggested.
This are examples with a more subtle shadow and with no shadow. For me, I like the subtle shadow more, than the one without shadow. What do you think?
Subtle shadow from: http://mxr.mozilla.org/comm-central/search?string=text-shadow%3A+rgba%28255%2C+255%2C+255%2C+0.4%29+0+1px&find=&findi=&filter=%5E%5B%5E%5C0%5D*%24&hitlimit=&tree=comm-central
Comment 6•13 years ago
|
||
I'm going to have to stick with no shadow. :) (I also asked a couple of people, and they chose it as the easier to read option.)
Thanks,
Blake.
OK, here is the patch with no shadow
Attachment #557967 -
Attachment is obsolete: true
Attachment #557970 -
Attachment is obsolete: true
Attachment #558746 -
Flags: ui-review?(bwinton)
Comment 8•13 years ago
|
||
Comment on attachment 558746 [details] [diff] [review]
Patch v1.1
Review of attachment 558746 [details] [diff] [review]:
-----------------------------------------------------------------
I mostly like it. It's rather subtle, but nice. My one concern is that the focused border on the top is kind of jarring. I've suggested something below, but I don't know if those are quite the correct colours to use. (I still see the dotted border when I hover over the focused element, which I think isn't what I want, so the colours might need a little tweaking.)
However, it is better, and close, so I'm going to say ui-r=me, and r=me, with that fixed.
Thanks,
Blake.
::: mail/themes/pinstripe/mail/messageHeader.css
@@ -636,4 +636,4 @@
> > }
> >
> > .emailDisplayButton:focus {
> > - border: 1px dotted #fcaf3e; /* tango orange */
> > + border: 1px dotted #F6A942; /* Darkest hue from orange gradient */
What do you think about adding "border-top: 1px dotted #F9CE90; /* Lightest hue from orange gradient */" just after this line?
Attachment #558746 -
Flags: ui-review?(bwinton)
Attachment #558746 -
Flags: ui-review+
Attachment #558746 -
Flags: review+
(In reply to Blake Winton (:bwinton - Thunderbird UX) from comment #8)
> What do you think about adding "border-top: 1px dotted #F9CE90; /* Lightest
> hue from orange gradient */" just after this line?
I can do that. But if I fix the top, than we still would see the border on the left and the right side. I think, than we need a gradient at the right and left border. I will see what I can do...
Assignee | ||
Comment 10•13 years ago
|
||
OK, this does the trick for me. I've tested it on my MacBook and my iMac. And I can't see the dotted border anymore while hovering.
Keywords: checkin-needed
Comment 11•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 9.0
You need to log in
before you can comment on or make changes to this bug.
Description
•