@@ -34,7 +34,8 @@ a {
|
||||
|
||||
#account-overview-table,
|
||||
#transaction-table,
|
||||
#recurring-transaction-list-table {
|
||||
#recurring-transaction-list-table,
|
||||
#period-overview-table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
text-align: left;
|
||||
@@ -47,7 +48,9 @@ a {
|
||||
#transaction-table th,
|
||||
#transaction-table td,
|
||||
#recurring-transaction-list-table th,
|
||||
#recurring-transaction-list-table td {
|
||||
#recurring-transaction-list-table td,
|
||||
#period-overview-table th,
|
||||
#period-overview-table td {
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
padding: 0.3em;
|
||||
vertical-align: top;
|
||||
@@ -55,7 +58,8 @@ a {
|
||||
|
||||
#account-overview-table th,
|
||||
#transaction-table th,
|
||||
#recurring-transaction-list-table th {
|
||||
#recurring-transaction-list-table th,
|
||||
#period-overview-table th {
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
background-color: var(--background-color);
|
||||
|
||||
Reference in New Issue
Block a user