LP#1823367 Make search bar area neutral
authorDan Wells <dbw2@calvin.edu>
Wed, 29 May 2019 19:17:31 +0000 (15:17 -0400)
committerJane Sandberg <sandbej@linnbenton.edu>
Thu, 18 Jul 2019 16:54:04 +0000 (09:54 -0700)
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 <dbw2@calvin.edu>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>

Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.css
Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html

index c7d59d1..4d2842e 100644 (file)
@@ -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 {
index 18af372..8d6e348 100644 (file)
@@ -1,7 +1,7 @@
 <!--
 TODO focus search input
 -->
-<div id='staffcat-search-form' class="row pb-3 mb-3 ">
+<div id='staffcat-search-form' class="row pt-3 pb-3 mb-3">
   <div class="col-lg-8">
     <ngb-tabset #searchTabs [activeId]="searchTab" (tabChange)="onTabChange($event)">
       <ngb-tab title="Keyword Search" i18n-title id="term">