Color sub-group rows slightly differently

This commit is contained in:
Oliver Walters 2019-05-28 18:17:16 +10:00
parent 8255332950
commit 807798810b

View File

@ -43,6 +43,12 @@
font-size: 100%;
}
/* Bootstrap table overrides */
.stock-sub-group td {
background-color: #ebf4f4;
}
/* Force select2 elements in modal forms to be full width */
.select-full-width {
width: 100%;