MediaWiki:Vector-2022.css: Difference between revisions

adding filter for notification
fixing the images in mboxes
Line 9: Line 9:
.infobox-above {
.infobox-above {
     background-color: transparent !important;
     background-color: transparent !important;
}
/* images in messageboxes and similar places - fix like minerva does */
#content a > img {
  max-width: 100%;
  height: auto
}
}