- 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
12 lines
250 B
CSS
12 lines
250 B
CSS
div.selectize-input > div.item {
|
|
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;
|
|
} |