MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m
This should stop the opacity:0 applying to text
(Testing something)
m (This should stop the opacity:0 applying to text)
Line 19: Line 19:
}
}


div < .spoiler-image :hover {
div < .spoiler-image img:hover {
     background: none;
     background: none;
}
}
.spoiler-image {
.spoiler-image img {
     opacity:0;
     opacity:0;
}
}

Navigation menu