mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
feart: optimize cashflow account transactions page.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
.dashboard__insider--account-transactions {
|
||||
.bigcapital-datatable {
|
||||
.tbody {
|
||||
}
|
||||
position: relative;
|
||||
top: -1px;
|
||||
|
||||
.tbody {}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user