1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00
qBittorrent/src/webui/css/dynamicTable.css
2009-11-29 14:44:30 +00:00

63 lines
1.1 KiB
CSS

/**************************************************************
Dynamic Table
v 0.4
**************************************************************/
#properties #torrentFiles table,
#properties #trackers table,
#transferList table {
border: 1px solid #ccc;
width: 100%;
}
#properties #torrentFiles th,
#properties #trackers th,
#transferList th {
background-color: #eee;
padding: 4px;
}
#properties #torrentFiles tr,
#properties #trackers tr,
#transferList tr {
background-color: #fff;
padding: 4px;
}
#properties #torrentFiles tr.alt,
#properties #trackers tr.alt,
#transferList tr.alt {
background-color: #eee;
padding: 4px;
}
#properties #torrentFiles td,
#properties #trackers td,
#transferList td {
padding: 0 2px;
}
#properties #torrentFiles tr.selected,
#properties #trackers tr.selected,
#transferList tr.selected {
background-color: #354158;
color: #fff;
}
#properties #torrentFiles tr.over,
#properties #trackers tr.over,
#transferList tr.over {
background-color: #ee6600;
color: #fff;
cursor: pointer;
}
#transferList img.statusIcon {
margin-bottom: -4px;
}