]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1813078 Menus are sometimes grayed out based on browser size
authorGarry Collum <gcollum@gmail.com>
Mon, 20 May 2019 18:41:32 +0000 (14:41 -0400)
committerJane Sandberg <sandbej@linnbenton.edu>
Thu, 1 Aug 2019 20:16:12 +0000 (13:16 -0700)
commit94230684c5d293b8cd567a85ce23b9ce0b17c4db
treec29d3e27a190ca8d0f65994abf38d90a4ba4e9f5
parentac1d17f1b3dba42bcc952c035021e15e8b6cd778
LP1813078 Menus are sometimes grayed out based on browser size

This patch changes a media definition in css from 800px to 768px, the md column
size for bootstrap.css.  Items in the menus font color changed when the browser
was sized between 768px and 800px.

To test.
1. Expand the Circulation menu, and change the browser to a width between
768px and 800px.  Notice that the menu items change to a gray color.
2. Apply the patch, and then change the width of the browser.  Notice that
the menu items do not change color before the menu is collapsed.

Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/templates/staff/css/style.css.tt2