mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Add a vertical separator between columns
This commit is contained in:
parent
0187b55610
commit
8efb13bfaf
1 changed files with 6 additions and 0 deletions
|
@ -53,6 +53,12 @@ tr.dynamicTableHeader {
|
|||
background-color: #eee;
|
||||
padding: 4px;
|
||||
white-space: nowrap;
|
||||
border-right-color: #ccc;
|
||||
border-right-style: solid;
|
||||
border-right-width: 1px;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
}
|
||||
|
||||
.dynamicTable td {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue