From 91e85f34024f193a886d74038e91a3f2ef1c44b1 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Fri, 4 Nov 2016 09:55:10 -0400 Subject: [PATCH] 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 --- .../src/templates/conify/global/actor/org_unit_custom_tree.tt2 | 3 +++ 1 file changed, 3 insertions(+) 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') %]

-- 2.43.2