Plain: Hightlight outstanding section

This commit is contained in:
Benjamin Beganović 2021-08-17 18:58:17 +02:00
parent 0a910b7fba
commit d0a2af4b17

View File

@ -138,6 +138,7 @@
#table-totals>.totals-table-right-side>*> :nth-child(1) { #table-totals>.totals-table-right-side>*> :nth-child(1) {
text-align: "$dir_text_align"; text-align: "$dir_text_align";
margin-top: .75rem; margin-top: .75rem;
padding-left: 7px;
} }
#table-totals>.totals-table-right-side> * > :not([hidden]) ~ :not([hidden]) { #table-totals>.totals-table-right-side> * > :not([hidden]) ~ :not([hidden]) {
@ -148,6 +149,7 @@
#table-totals>.totals-table-right-side>*> :nth-child(2) { #table-totals>.totals-table-right-side>*> :nth-child(2) {
text-align: right; text-align: right;
padding-right: 7px;
} }
#table-totals #table-totals
@ -184,6 +186,15 @@
margin-bottom: 0; margin-bottom: 0;
} }
[data-ref="totals_table-outstanding-label"],
[data-ref="totals_table-outstanding"] {
background-color: #e6e6e6;
color: black;
padding-top: 7px;
padding-bottom: 7px;
padding-right: 7px;
}
/** Useful snippets, uncomment to enable. **/ /** Useful snippets, uncomment to enable. **/
/** Hide company logo **/ /** Hide company logo **/