MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m (removing images from spoiler-inline.)
m (Marking spoiler stuff as "!important")
Line 3: Line 3:
/* Some spoiler stuff */
/* Some spoiler stuff */
.spoiler-inline {
.spoiler-inline {
     color: transparent;
     color: transparent !important;
     background: black;
     background: black !important;
}
}


.spoiler-inline:hover {
.spoiler-inline:hover {
     color: white;
     color: white !important;
     background: black;
     background: black !important;
}
}