From: Jason Etheridge Date: Fri, 4 Nov 2016 13:55:10 +0000 (-0400) Subject: webstaff: CSS tweak for chrome/webkit X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=91e85f34024f193a886d74038e91a3f2ef1c44b1;p=evergreen%2Fpines.git webstaff: CSS tweak for chrome/webkit Specifically, for Custom Org Unit Trees, make sure the "OPAC" selection in the disabled combobox is not too light to see in Chrome. Signed-off-by: Jason Etheridge Signed-off-by: Kathy Lussier --- diff --git a/Open-ILS/src/templates/conify/global/actor/org_unit_custom_tree.tt2 b/Open-ILS/src/templates/conify/global/actor/org_unit_custom_tree.tt2 index 9d259b026d..5e0c1d8e7d 100644 --- a/Open-ILS/src/templates/conify/global/actor/org_unit_custom_tree.tt2 +++ b/Open-ILS/src/templates/conify/global/actor/org_unit_custom_tree.tt2 @@ -17,6 +17,9 @@ background-color:#E7A555; border-bottom: 2px solid #4A4747; } + .tundra .dijitComboBoxDisabled { + color: gray !important; + }

[% l('Org Unit Custom Tree') %]