mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 01:30:15 +00:00
Align popup message color to toast message in MinervaNeue
Toast messages carry now `#222`. This should be used here as well. Bug: T177723 Change-Id: I7e1f6c2e1937353b0485ed0b5c2737742c62e770
This commit is contained in:
parent
eba147a1b4
commit
d4682c9f14
|
@ -5,12 +5,12 @@
|
|||
text-align: center;
|
||||
|
||||
&-popup {
|
||||
background-color: #222;
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
background-color: #333;
|
||||
border-radius: 2px;
|
||||
padding: 0.5em 1em;
|
||||
text-align: left;
|
||||
color: #fff;
|
||||
|
||||
span {
|
||||
vertical-align: middle;
|
||||
|
|
Loading…
Reference in a new issue