[open-ils-commits] [GIT] Evergreen ILS branch master updated. a17db632cfe5c42df49a49d3e0f631d1b03b4969

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, master has been updated
       via  a17db632cfe5c42df49a49d3e0f631d1b03b4969 (commit)
      from  4ac0a694d6058c6439660c4fe5ccd2ffe6c07078 (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 a17db632cfe5c42df49a49d3e0f631d1b03b4969
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 fbbbbb1..4647ab3 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