From 6d35b1ac716f246c2b3f6316f2f79b5c7ca39a59 Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 20 Sep 2023 11:43:08 +1000 Subject: [PATCH] Fix bulk form input styles 'header' fields are meant to be bold, and the field backgrounds are meant to match the cell background colour. --- app/webpacker/css/admin/products_v3.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/webpacker/css/admin/products_v3.scss b/app/webpacker/css/admin/products_v3.scss index 434c20fce3..da512aecf7 100644 --- a/app/webpacker/css/admin/products_v3.scss +++ b/app/webpacker/css/admin/products_v3.scss @@ -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;