[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 9a159294b632922c87203cfa2b00495620e94b44

Evergreen Git git at git.evergreen-ils.org
Mon Nov 5 17:07:27 EST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_3_1 has been updated
       via  9a159294b632922c87203cfa2b00495620e94b44 (commit)
      from  2aa37737001b4e5050db5ce7f9ff7eeb832a40fb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9a159294b632922c87203cfa2b00495620e94b44
Author: Garry Collum <gcollum at gmail.com>
Date:   Thu Jun 7 14:54:45 2018 -0400

    LP#1755896: Web Client mobile menu font color contrast.
    
    When viewing the main menu in the web client in a small device or in a
    browser with a width that is resized to less than 800px the menu
    collapses and the submenu choices are difficult to read because of lack
    of contrast.  This patch adds some contrast.
    
    To test:
    1. View the web client in a browser and lessen the width until the menu
       collapses, or view it in a small device.
    2. Open some of the menu options to observe the submenus.
    3. Apply the patch.
    4. Refresh the browser and repeat steps 1-2 to view the more readable
       submenus.
    
    Signed-off-by: Garry Collum <gcollum at gmail.com>
    Signed-off-by: Terran McCanna <tmccanna at georgialibraries.org>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2
index ec81b31..91e0024 100644
--- a/Open-ILS/src/templates/staff/css/style.css.tt2
+++ b/Open-ILS/src/templates/staff/css/style.css.tt2
@@ -523,6 +523,12 @@ table.list tr.selected td { /* deprecated? */
   .eg-grid-row {
     flex-direction: column;
   }
+  #top-navbar.navbar-default .navbar-nav>li>ul>li>a {
+    color: #eee;
+  }
+  #top-navbar.navbar-default .navbar-nav>li>ul>li>a:hover {
+    color: #000;
+  }
 }
 
 /* optional class to make 'lg' Bootstrap modals even wider */

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/staff/css/style.css.tt2 |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list