column total on its own full-width line; Total: black (v1.0.4)
This commit is contained in:
@@ -2,13 +2,17 @@
|
||||
* FinanceBuddy styles.
|
||||
*/
|
||||
|
||||
/* Per-column net total in the column header (its own line, subtle pill). */
|
||||
/* Per-column net total: its own full-width line under the column title (clears the right-floated
|
||||
task count), so a wide amount never overflows the column. Keep the background pill (theme-safe
|
||||
contrast). "Total:" is black; only the amount span is colored by sign. */
|
||||
.fb-column-total {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
clear: both;
|
||||
margin-top: 3px;
|
||||
padding: 0 5px;
|
||||
font-weight: bold;
|
||||
font-size: 0.95em;
|
||||
color: #000;
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user