Closed
Bug 967572
Opened 11 years ago
Closed 11 years ago
DevTools Light theme text input border is a bit dark
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(firefox29 verified, firefox30 verified)
VERIFIED
FIXED
Firefox 30
People
(Reporter: bgrins, Assigned: bgrins)
References
Details
Attachments
(3 files)
32.93 KB,
image/png
|
Details | |
1.29 KB,
patch
|
vporof
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
17.23 KB,
image/png
|
Details |
See attached screenshot. It should be lighter
Assignee | ||
Comment 1•11 years ago
|
||
Splits out the border color as a setting per theme
Assignee | ||
Comment 2•11 years ago
|
||
Screenshot with patch applied
Comment 3•11 years ago
|
||
Comment on attachment 8370124 [details] [diff] [review]
theme-search-border.patch
Review of attachment 8370124 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/themes/shared/devtools/toolbars.inc.css
@@ +213,5 @@
> }
>
> +.theme-dark .devtools-textinput,
> +.theme-dark .devtools-searchinput {
> + border-color: rgb(88, 94, 101);
Where is this color coming from? Should we use a color from the palette instead? If so, please document it as well.
Attachment #8370124 -
Flags: review?(vporof) → review+
Assignee | ||
Comment 4•11 years ago
|
||
(In reply to Victor Porof [:vp] from comment #3)
> Comment on attachment 8370124 [details] [diff] [review]
> theme-search-border.patch
>
> Review of attachment 8370124 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: browser/themes/shared/devtools/toolbars.inc.css
> @@ +213,5 @@
> > }
> >
> > +.theme-dark .devtools-textinput,
> > +.theme-dark .devtools-searchinput {
> > + border-color: rgb(88, 94, 101);
>
> Where is this color coming from? Should we use a color from the palette
> instead? If so, please document it as well.
I showed screenshots to Darrin with both the current color, compared with the corresponding dark theme color (black in this case), and he preferred to just stick with what was already there.
Comment 5•11 years ago
|
||
ok!
Assignee | ||
Comment 6•11 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/da727ba3a9fa
https://tbpl.mozilla.org/?tree=Fx-Team&rev=da727ba3a9fa
Whiteboard: [fixed-in-fx-team]
Comment 7•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 30
Assignee | ||
Comment 8•11 years ago
|
||
Comment on attachment 8370124 [details] [diff] [review]
theme-search-border.patch
[Approval Request Comment]
Bug caused by (feature/regressing bug #): 957117
User impact if declined: Contrast between search input and toolbars in DevTools light theme will be too high
Testing completed (on m-c, etc.): On m-c since 2-06
Risk to taking this patch (and alternatives if risky): Low risk change - CSS update to DevTools only
String or IDL/UUID changes made by this patch:
Attachment #8370124 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
Attachment #8370124 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 9•11 years ago
|
||
status-firefox29:
--- → fixed
status-firefox30:
--- → fixed
Comment 10•11 years ago
|
||
Verified with latest builds of Nightly and Aurora
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•