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:
@@ -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;
|
||||
}
|
||||
@@ -85,17 +85,19 @@ h6 {
|
||||
}
|
||||
|
||||
|
||||
.table.dataTable tbody td.active,
|
||||
.table.dataTable tbody tr.active td {
|
||||
.table.dataTable > tbody > td.active,
|
||||
.table.dataTable > tbody > tr.active td {
|
||||
background-color: #3f9c35 !important;
|
||||
}
|
||||
|
||||
table.dataTable tbody tr.selected > * {
|
||||
table.dataTable > tbody > tr.selected > * {
|
||||
box-shadow: inset 0 0 0 9999px #3f9c35 !important;
|
||||
}
|
||||
|
||||
table.dataTable.hover tbody tr.selected:hover > *,
|
||||
table.dataTable.display tbody tr.selected:hover > * {
|
||||
table.dataTable.hover > tbody > tr.even.selected:hover > *,
|
||||
table.dataTable.display > tbody > tr.even.selected:hover > *,
|
||||
table.dataTable.hover > tbody > tr.odd.selected:hover > *,
|
||||
table.dataTable.display > tbody > tr.odd.selected:hover > * {
|
||||
box-shadow: inset 0 0 0 9999px #44a939 !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user