Bug 1506815 - Fix about:blocked details button text color. r=ntim

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dão Gottwald 2018-11-13 15:08:03 +00:00
parent d2ef203a7b
commit 1d9f7211f3

View File

@ -24,7 +24,8 @@ body {
.button-container button {
background-color: transparent;
color: white;
/* !important overrides the common.css button color */
color: white !important;
border: 1px solid white;
margin-inline-end: 0;
margin-top: 1.5em;
@ -39,7 +40,7 @@ body {
}
#goBackButton {
color: black;
color: black !important;
background-color: white;
}