From bf132add231b43cae71234d9586bac4f7d34202d Mon Sep 17 00:00:00 2001 From: Dan Wells Date: Wed, 29 May 2019 15:17:31 -0400 Subject: [PATCH] LP#1823367 Make search bar area neutral Though the color had started to grow on me, let's go back to neutral for the top seach area, for now. It both makes sense and would be useful to have a secondary decorative color, but if we go that route, we probably want just one for the whole application, so we will want to tread carefully there. Signed-off-by: Dan Wells Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg --- .../src/eg2/src/app/staff/catalog/search-form.component.css | 4 ++-- .../src/eg2/src/app/staff/catalog/search-form.component.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 c7d59d19d3..4d2842e618 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 @@ -13,8 +13,8 @@ select.form-control:not([size]):not([multiple]) { #staffcat-search-form { border-radius: 0px 0px 7px 7px; - background-color: rgba(243, 127, 65, .1); - box-shadow: 3px 3px 2px rgba(185, 65, 0, .2); + background-color: rgb(247, 247, 247); + box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, .2); } #staffcat-search-form .tab-content { diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html index 18af372284..8d6e34878a 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html @@ -1,7 +1,7 @@ -
+
-- 2.43.2