1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-09 22:37:59 +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 { #transferList .dynamicTable td {
padding: 4px; padding: 4px 2px;
} }
.dynamicTable tbody tr.selected { .dynamicTable tbody tr.selected {
@ -50,12 +50,12 @@ tr.dynamicTableHeader {
.dynamicTable th { .dynamicTable th {
border-right: 1px solid var(--color-border-default); border-right: 1px solid var(--color-border-default);
box-sizing: border-box; box-sizing: border-box;
padding: 4px; padding: 4px 2px;
white-space: nowrap; white-space: nowrap;
} }
.dynamicTable td { .dynamicTable td {
padding: 4px; padding: 4px 2px;
white-space: nowrap; white-space: nowrap;
} }