UI: Improve table styles (more minimalistic)

This commit is contained in:
oobabooga 2025-12-21 15:32:02 -03:00 committed by GitHub
parent 9530d3a6d8
commit 1066fe8c21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1797,3 +1797,20 @@ button#swap-height-width {
top: 0;
left: calc(100% - 174px);
}
table {
border-collapse: collapse;
}
table, tr, td, th, thead {
border: 0;
}
td + td,
th + th { border-left: 1px solid; }
tr + tr td,
tr + tr th { border-top: 1px solid; }
thead + tbody tr:first-child td,
thead + tbody tr:first-child th { border-top: 1px solid; }