mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-14 19:28:31 +00:00
91cd3b3b98
Colours were previously defined only in the monobook- and vector-specific styles, but with the same styles in each, and appear to work consistently accross all tested skins (modern, timeless, cologneblue, anisa, hassomecolours...). Given the UX importance of these colours, better to apply them as the default for all skins and leave it to any others for which this doesn't work to resolve any issues on their end. bug: T181142 Change-Id: Idc22881d6c51aa12adc9a053ce08adfdf0fad2b0
7 lines
130 B
Plaintext
7 lines
130 B
Plaintext
@import '../echo.variables';
|
|
|
|
#p-personal #pt-notifications-alert,
|
|
#p-personal #pt-notifications-notice {
|
|
margin-right: 0.4em;
|
|
}
|