Makes transaction rule form much better; state visible

This commit is contained in:
Bryce Covert
2020-08-03 07:31:27 -07:00
parent 45ff1deed6
commit bb5196b9f8
7 changed files with 159 additions and 28 deletions

View File

@@ -519,5 +519,29 @@ table.balance-sheet th.total {
.test {
opacity: 1.0;
animation: appear 0.75s ease both;
animation: appear 1s;
}
/* Below here is recent re-styling */
.table.table {
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 {
white-space: nowrap; vertical-align: middle;
}
.table.table th {
background-color: #f9fafb;
/* border: 1px solid rgba(34,36,38,.15) !important; */
}
.table.table thead tr:first-child>th:first-child {
border-radius: 4px 0px 0px 0px !important;
}
.table.table thead tr:first-child>th:last-child {
border-radius: 0px 4px 0px 0px !important;
}