]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1760160: Search bar has a different CSS class when on the home page
authorJane Sandberg <sandbej@linnbenton.edu>
Sat, 31 Mar 2018 13:48:49 +0000 (06:48 -0700)
committerBill Erickson <berickxx@gmail.com>
Thu, 23 Aug 2018 19:25:14 +0000 (15:25 -0400)
commitecee476ede872cc671c8fe4887eb6194d6b9ef85
tree093ed7428bea40ea421f59df0a367f4f75157c2f
parent6afaf84691f593c8a48e528c4f54ef7f991a8a22
LP1760160: Search bar has a different CSS class when on the home page

To test:
1. In templates/opac/css/style.css, add some highly noticeable CSS that
applies to .searchbar-home or an element within .searchbar-home, e.g.
  .searchbar-home .search-box {
    background-color: purple;
    height: 4em;
  }
2. Go to the home page of your public catalog.  The .searchbar-home .search-box CSS
should have taken effect.
3. Go to another page of your public catalog, such as a search results
or login page.  The CSS should not have taken effect here.

Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/templates/opac/home.tt2
Open-ILS/src/templates/opac/parts/searchbar.tt2