Bug 1512645 - Fix customization button colors. r=ntim

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dão Gottwald 2019-01-07 11:49:07 +00:00
Родитель d8cfc514e4
Коммит bc591d2d2c
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -69,7 +69,8 @@
.customizationmode-checkbox:not(:-moz-lwtheme),
.customizationmode-button {
color: rgb(71, 71, 71);
/* !important overrides :hover:active color from button.css on Mac */
color: rgb(71, 71, 71) !important;
}
#customization-reset-button,
@ -79,7 +80,7 @@
}
#customization-done-button {
color: #fff;
color: #fff !important;
font-weight: 700;
border-color: #0060df;
background-color: #0a84ff;