зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
d8cfc514e4
Коммит
bc591d2d2c
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче