From 296335846317779d9f54c423c75e7b979c62a962 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 --- Open-ILS/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.11.0