Merge "Add general messagebox (neutral) styling to shared.css"

This commit is contained in:
jenkins-bot 2019-09-16 21:48:14 +00:00 committed by Gerrit Code Review
commit fde1955293
2 changed files with 4 additions and 2 deletions

View file

@ -265,10 +265,11 @@ input.search {
.previewnote p,
.pointer-overlay,
.drawer,
.successbox,
.messagebox,
.errorbox,
.list-header,
.successbox,
.warningbox,
.list-header,
.mw-revision {
padding-left: @contentPadding;
padding-right: @contentPadding;

View file

@ -9,6 +9,7 @@
display: none;
}
// `.messagebox` not needed here, as it's not used currently.
.errorbox,
.successbox,
.warningbox {