mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-28 16:10:55 +00:00
a2d065c062
- Loads messageBox styles on non-main namespaces - Add messageBox styles to 'skins.minerva.scripts' module for MobileFrontend's edit overlay page - Prevent warning box from showing with empty message Bug: T284642 Change-Id: I70d0d86671384210cc3ab43cb1d350ff2a862fd9
19 lines
262 B
Plaintext
19 lines
262 B
Plaintext
.minerva-anon-talk-message.warningbox {
|
|
margin-top: 16px;
|
|
margin-bottom: 0;
|
|
|
|
.mw-ui-icon {
|
|
color: #fc3;
|
|
}
|
|
|
|
.usermessage {
|
|
display: inline;
|
|
margin-left: 8px;
|
|
}
|
|
}
|
|
|
|
// Hide on all non-main namespaces
|
|
.ns-0 .minerva-anon-talk-message {
|
|
display: none;
|
|
}
|