Bug 1512889 - Changed button colour to inherit. r=dao

Differential Revision: https://phabricator.services.mozilla.com/D14116

--HG--
extra : moz-landing-system : lando
This commit is contained in:
matthias 2018-12-11 08:08:56 +00:00
Родитель 3543b427c6
Коммит a562daf54e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -168,7 +168,7 @@ html|*.numberbox-input::-moz-number-spin-down {
-moz-appearance: none;
min-height: 32px;
/* !important overrides button.css for disabled and default XUL buttons: */
color: var(--in-content-text-color) !important;
color: inherit !important;
border: none;
border-radius: 2px;
background-color: var(--in-content-button-background);