mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
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:
committed by
Sigmund Petersen
parent
cd63ab63d8
commit
6d35b1ac71
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user