1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-16 09:40:13 +00:00
qBittorrent/src/webui/css/dynamicTable.css

51 lines
810 B
CSS
Raw Normal View History

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