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:
parent
c3d587bb2b
commit
5f7d13832c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user