Improve UI
Highlight future transactions clarify settings are for budget
This commit is contained in:
@ -65,9 +65,13 @@ body {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Highlights */
|
||||
.negative {
|
||||
color: #d50000;
|
||||
}
|
||||
.zero {
|
||||
color: #888888;
|
||||
}
|
||||
.future {
|
||||
background-color: #cccccc;
|
||||
}
|
Reference in New Issue
Block a user