From: Bill Erickson Date: Tue, 11 Dec 2018 16:30:26 +0000 (-0500) Subject: LP1806087 Search form bg color X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e01bf63b65107506cb2479de7d12b63c91479530;p=working%2FEvergreen.git LP1806087 Search form bg color Signed-off-by: Bill Erickson --- 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 {