1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-09 06:17:58 +00:00

fix progress bar outline

This commit is contained in:
d47081 2023-11-11 09:50:22 +02:00
parent c3d587bb2b
commit 5f7d13832c

View File

@ -13,7 +13,7 @@
}
#transferList .dynamicTable td {
padding: 4px;
padding: 4px 2px;
}
.dynamicTable tbody tr.selected {
@ -50,12 +50,12 @@ tr.dynamicTableHeader {
.dynamicTable th {
border-right: 1px solid var(--color-border-default);
box-sizing: border-box;
padding: 4px;
padding: 4px 2px;
white-space: nowrap;
}
.dynamicTable td {
padding: 4px;
padding: 4px 2px;
white-space: nowrap;
}