View Issue Details

IDProjectCategoryView StatusLast Update
0003193HTML & PERLFeature Request - Interfacepublic2018-05-31 05:36
ReporterCDB-Man Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
Status newResolutionopen 
Summary0003193: Imagepreview: add .restricted CSS class to imagepreview image
DescriptionFor imagepreviews, add a .restricted to the preview as well. This used to be the case, at least until Dec 2017, and something changed with image previews. I had the following userCSS that would hide it, but it doesn't work anymore so the layout changed.

/* hide the mouseover image for .restricted */
.restricted #imagepreview img {
  display: none !important;
}

For example:
https://anidb.net/perl-bin/animedb.pl?show=anime&aid=10307

<div class="thumb image char"><a href="animedb.pl?show=character&charid=62257">
        <picture>
              <img alt="Tsubaki Rina" src="https://img7-us.anidb.net/pics/anime/thumbs/50x65/147535.jpg-thumb.jpg" class="g_image g_bubble thumbcrop restricted">
        </picture></a>
        <div id="imagepreview" class="g_bubble hide" style="top: -118.72px; left: 66.6785px;">
            <img class="g_image" src="https://img7-us.anidb.net/pics/anime/147535.jpg" alt="Image preview"> <------ add .restricted to this.
        </div>
</div>
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2018-05-31 05:36 CDB-Man New Issue