Closed Bug 1358091 Opened 7 years ago Closed 7 years ago

Default button text is white

Categories

(Core :: Widget: Gtk, defect, P3)

53 Branch
defect

Tracking

()

RESOLVED DUPLICATE of bug 1365556

People

(Reporter: ms502040, Unassigned)

References

Details

(Keywords: dupeme, polish, Whiteboard: tpi:+)

Attachments

(1 file)

Attached image firefox.jpeg
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0
Build ID: 20170414022702

Steps to reproduce:

allways


Actual results:

white text on buttons
Component: Untriaged → Graphics: Text
Keywords: dupeme
Product: Firefox → Core
Also have the same problem.
According to DevTools button text gets its color from **ButtonText** in view-source:resource://gre-resources/forms.css. After Firefox v53 update yesterday it is now white.

UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0

bug 1354526 is probably related.
See Also: → 1354526
Component: Graphics: Text → Widget: Gtk
(In reply to velenir from comment #1)
> Also have the same problem.
> According to DevTools button text gets its color from **ButtonText** in
> view-source:resource://gre-resources/forms.css. After Firefox v53 update
> yesterday it is now white.
> 
> UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:53.0) Gecko/20100101
> Firefox/53.0
> 
> bug 1354526 is probably related.

Let us know if you find a workaround. Kind support forumites made me go thru 1000 jumps and hoops without success.

Affected PC here nicd FF/52 got 2 NVIDIA 760GTX, AMD FX8350 CPU, running Win8.1
UserAgent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0
As a temporary workaround it is possible to use custom user styles:

1 In your Firefox profile folder (Help->Troubleshooting Information->Profile Directory->Open Directory)
2 Create chrome folder
3 Inside create userContent.css
4 In it paste something along these lines:

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  color: black;
}

button:active:hover,
input[type="reset"]:active:hover,
input[type="button"]:active:hover,
input[type="submit"]:active:hover {
  color: black;
}

button:-moz-focusring::-moz-focus-inner,
input[type="color"]:-moz-system-metric(color-picker-available):-moz-focusring::-moz-focus-inner,
input[type="reset"]:-moz-focusring::-moz-focus-inner,
input[type="button"]:-moz-focusring::-moz-focus-inner,
input[type="submit"]:-moz-focusring::-moz-focus-inner,
input[type="file"] > button[type="button"]:-moz-focusring::-moz-focus-inner {
  border-color: black;
}



This will at least make on-page button text black.
Depends on: 1354526
See Also: → 1360821
Keywords: polish
Priority: -- → P3
Whiteboard: tpi:+
Same problem here.. Also see https://bugzilla.mozilla.org/show_bug.cgi?id=1365556
for screenshots and about:support info.
(In reply to velenir from comment #3)
> As a temporary workaround it is possible to use custom user styles:
> 
> 1 In your Firefox profile folder (Help->Troubleshooting Information->Profile
> Directory->Open Directory)
> 2 Create chrome folder
> 3 Inside create userContent.css
> 4 In it paste something along these lines:
> 
> button,
> input[type="reset"],
> input[type="button"],
> input[type="submit"] {
>   color: black;
> }
> 
> button:active:hover,
> input[type="reset"]:active:hover,
> input[type="button"]:active:hover,
> input[type="submit"]:active:hover {
>   color: black;
> }
> 
> button:-moz-focusring::-moz-focus-inner,
> input[type="color"]:-moz-system-metric(color-picker-available):-moz-
> focusring::-moz-focus-inner,
> input[type="reset"]:-moz-focusring::-moz-focus-inner,
> input[type="button"]:-moz-focusring::-moz-focus-inner,
> input[type="submit"]:-moz-focusring::-moz-focus-inner,
> input[type="file"] > button[type="button"]:-moz-focusring::-moz-focus-inner {
>   border-color: black;
> }
> 
> 
> 
> This will at least make on-page button text black.

I've tried this - sadly there are still quite a lot of missing parts.
So we really do not want to use this in our production environment.. 

Is there a fix comming anytime soon? It's quite annoying not beeing able to update because of this bug.
Blocks: 1369453
Let's track this is bug 1365556, assuming it is the same issue.  There is a little more info there about the themes and GTK versions affected.  We can reopen this if it turns out to be a different problem.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: