Snark: remove italics on speeds

This commit is contained in:
zzz
2019-05-13 11:01:31 +00:00
parent f04b41c99a
commit ff71540428
3 changed files with 0 additions and 9 deletions

View File

@@ -686,10 +686,6 @@ th.snarkGraphicStatus, th.snarkTorrentStatus {
white-space: nowrap;
}
.choked, .unchoked {
font-style: italic;
}
.choked {
color: #a00 !important;
}

View File

@@ -633,7 +633,6 @@ th.snarkTorrentAction input[type="image"]:hover, .snarkTorrentAction input[type=
.choked, .unchoked {
font-weight: bold;
font-style: italic;
}
/* end main torrents listing */

View File

@@ -1135,10 +1135,6 @@ thead img.disable, img.disable:hover {
color: #008000 !important;
}
.choked, .unchoked {
font-style: italic;
}
.thumb {
transition: ease all 0.2s;
max-width: 16px;