visual tweaks

This commit is contained in:
Bryce Covert
2020-08-03 20:16:36 -07:00
parent d989279058
commit 283cbece9a
3 changed files with 11 additions and 7 deletions

View File

@@ -524,24 +524,24 @@ table.balance-sheet th.total {
/* Below here is recent re-styling */
.table.table {
.table.table.grid {
border: 1px solid rgba(34,36,38,.15) !important;
/* border: 2px solid red; */
border-collapse: separate;
border-radius: 4px !important;
}
.table.table td.collapsing, .table.table th.collapsing {
.table.table.grid td.collapsing, .table.table th.collapsing {
white-space: nowrap; vertical-align: middle;
}
.table.table th {
.table.table.grid th {
background-color: #f9fafb;
/* border: 1px solid rgba(34,36,38,.15) !important; */
}
.table.table thead tr:first-child>th:first-child {
.table.table.grid thead tr:first-child>th:first-child {
border-radius: 4px 0px 0px 0px !important;
}
.table.table thead tr:first-child>th:last-child {
.table.table.grid thead tr:first-child>th:last-child {
border-radius: 0px 4px 0px 0px !important;
}