Fix bulk form input styles

'header' fields are meant to be bold, and the field backgrounds are meant to match the cell background colour.
This commit is contained in:
David Cook
2023-09-20 11:43:08 +10:00
committed by Sigmund Petersen
parent cd63ab63d8
commit 6d35b1ac71

View File

@@ -109,6 +109,10 @@
// "Naked" inputs. Row hover helps reveal them.
input {
border-color: transparent;
background-color: $color-tbl-cell-bg;
height: auto;
font-size: inherit;
font-weight: inherit;
&:focus {
border-color: $color-txt-hover-brd;