Bug fixes:

- Fixed hover style of selected table row
- Fixed loading and saving of db actuals location
- Fixed approved checks for organsiations
- Fixed what_if name for application state
This commit is contained in:
2026-02-10 16:20:54 +00:00
parent a37e664c82
commit 0a648f92f0
5 changed files with 35 additions and 20 deletions

View File

@@ -1,8 +1,12 @@
div.selectize-input > div.item {
line-height: 41px;
line-height: 27px;
}
input[type="text"], input[type="password"], input[type="number"] {
font-size: 12pt !important;
height: 41px !important;
}
.selectize-input input[type="text"] {
height: 27px !important;
}