From 7911228769713b0d79fa21e91b45f261d4fbad0d Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 11 Dec 2018 11:30:26 -0500 Subject: [PATCH] LP#1806087 Search form bg color Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.css b/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.css index f41908a5f6..c7d59d19d3 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.css +++ b/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.css @@ -12,7 +12,9 @@ select.form-control:not([size]):not([multiple]) { } #staffcat-search-form { - border-bottom: 2px dashed rgba(0,0,0,.225); + border-radius: 0px 0px 7px 7px; + background-color: rgba(243, 127, 65, .1); + box-shadow: 3px 3px 2px rgba(185, 65, 0, .2); } #staffcat-search-form .tab-content { -- 2.11.0