highlight snark table rows on hover

This commit is contained in:
zzz
2013-08-31 15:19:00 +00:00
parent 6ca797ec1f
commit d6c4e411be
2 changed files with 40 additions and 37 deletions

View File

@@ -353,10 +353,15 @@ td:first-child {
border-left: 0 !important;
border-right: 0 !important;
}
.snarkTorrentOdd td, .snarkTorrentEven td {
border-top: 1px dotted #313 !important;
}
table.snarkTorrents tbody tr:hover, table.snarkDirInfo tbody tr:hover {
background: #382010 !important;
}
.snarkFileIcon {
width: 16px;
}