gecko-dev/browser/themes/addons
Emilio Cobos Álvarez db32bb7406 Bug 1634449 - Set toolbar_field_text in the light theme. r=dao
We're setting the background but not the text color on the light theme,
which means that  per these two rules:

  https://searchfox.org/mozilla-central/rev/7fd1c1c34923ece7ad8c822bee062dd0491d64dc/toolkit/themes/shared/findBar.inc.css#63-64

You'll get:

  background-color: #fff;
  color: -moz-FieldText;

If you have a dark system theme (like Adwaita Dark on Linux) where
-moz-FieldText is white, then badness happens and you get white-on-white.

The color is just tab_background_text, which seems to work quite nicely
and is the same that the dark theme does for this field.

Differential Revision: https://phabricator.services.mozilla.com/D73329
2020-04-30 19:29:09 +00:00
..
dark Bug 1596911 - Add missing license headers on the new managed extensions r=Gijs,MattN 2019-11-26 15:00:00 +00:00
light Bug 1634449 - Set toolbar_field_text in the light theme. r=dao 2020-04-30 19:29:09 +00:00