i2psnark: un-rotate magnet icon

This commit is contained in:
zzz
2019-09-04 15:53:48 +00:00
parent d04f0dae37
commit ea3bddbcd6
4 changed files with 0 additions and 22 deletions

View File

@ -1604,10 +1604,6 @@ img:hover {
line-height: 100%;
}
img[src$="magnet.png"] {
transform: rotate(-90deg);
}
#pagenav img.disable, #pagenav img.disable:hover {
opacity: 0.3;
margin: 0 2px !important;

View File

@ -1435,16 +1435,6 @@ img:hover {
line-height: 100%;
}
img[src$="magnet.png"] {
transform: rotate(-90deg);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
img[src$="magnet.png"] {
transform: none;
}
}
img[src$="details.png"] {
opacity: 0.8;
}

View File

@ -1797,10 +1797,6 @@ img:hover {
line-height: 100%;
}
img[src$="magnet.png"] {
transform: rotate(-90deg);
}
@keyframes slide-in {
0% {
transform: translateY(-50px);

View File

@ -1701,10 +1701,6 @@ a:hover img, a:focus img {
mix-blend-mode: normal;
}
img[src$="magnet.png"] {
transform: rotate(-90deg);
}
img[src$="details.png"] {
mix-blend-mode: luminosity;
}