mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-11 01:19:31 +00:00
Add sort column to account overview. and some css fixes
This commit is contained in:
@@ -26,8 +26,13 @@ $danger: #CD5029 !default;
|
||||
$primary: #1E6581 !default;
|
||||
$success: #64B624 !default;
|
||||
|
||||
.balance-box {
|
||||
h3.hover-expand {
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis
|
||||
}
|
||||
h3.hover-expand:hover {
|
||||
container: sidebar / inline-size;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
|
||||
Reference in New Issue
Block a user