feart: optimize cashflow account transactions page.

This commit is contained in:
a.bouhuolia
2021-10-20 19:04:01 +02:00
parent 0bb1e57061
commit c7013caf12
16 changed files with 300 additions and 38 deletions

View File

@@ -1,6 +1,8 @@
.dashboard__insider--account-transactions {
.bigcapital-datatable {
.tbody {
}
position: relative;
top: -1px;
.tbody {}
}
}
}

View File

@@ -1,14 +1,17 @@
.dashboard__insider--cashflow-accounts {
.bigcapital-datatable {
.table {
.tbody {
.td.balance {
.cell-inner {
> span {
>span {
font-weight: 600;
}
}
}
.account_name {
.bp3-popover-wrapper--inactive-semafro {
margin-left: 8px;
@@ -16,9 +19,11 @@
float: right;
border: 0;
}
.bp3-popover-wrapper--account-desc {
border-bottom-color: #bbb;
}
.inactive-semafro {
height: 7px;
width: 7px;
@@ -30,4 +35,4 @@
}
}
}
}
}