View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003193 | HTML & PERL | Feature Request - Interface | public | 2018-05-31 05:36 | 2018-05-31 05:36 |
Reporter | CDB-Man | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | new | Resolution | open | ||
Summary | 0003193: Imagepreview: add .restricted CSS class to imagepreview image | ||||
Description | For 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> | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-05-31 05:36 | CDB-Man | New Issue |