Difference between revisions of "Template:Gallery items/styles.css"
Jump to navigation
Jump to search
imported>Great Brightstar m |
imported>Great Brightstar (Simplify rules) |
||
| Line 1: | Line 1: | ||
@media screen { | @media screen { | ||
| − | .gallery-items .gallerybox | + | .gallery-items .gallerybox .thumb, |
| − | |||
| − | |||
.gallery-items .gallerybox .thumb img { | .gallery-items .gallerybox .thumb img { | ||
| − | background | + | background: none !important; |
} | } | ||
.gallery-items .gallerybox .thumb img:hover { | .gallery-items .gallerybox .thumb img:hover { | ||
Latest revision as of 14:30, 29 June 2020
@media screen {
.gallery-items .gallerybox .thumb,
.gallery-items .gallerybox .thumb img {
background: none !important;
}
.gallery-items .gallerybox .thumb img:hover {
background: url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat !important;
}
}