From 38de6b12064fdc4fe2cf2b78f10adcceb08347d5 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Fri, 4 Nov 2016 10:18:25 -0400 Subject: [PATCH] webstaff: CSS tweak for chrome/webkit Specifically, in the Copy Location Group interface, make sure the disabled org selector in the New location group dialog is visible within Chrome. This also happened with Custom Org Unit Trees, and if we run across it again, I'll put more effort into injecting this more globally for the embedded Dojo interfaces. Signed-off-by: Jason Etheridge Signed-off-by: Kathy Lussier --- Open-ILS/src/templates/conify/global/asset/copy_location_group.tt2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Open-ILS/src/templates/conify/global/asset/copy_location_group.tt2 b/Open-ILS/src/templates/conify/global/asset/copy_location_group.tt2 index 5466e11b4d..6088342a0b 100644 --- a/Open-ILS/src/templates/conify/global/asset/copy_location_group.tt2 +++ b/Open-ILS/src/templates/conify/global/asset/copy_location_group.tt2 @@ -48,6 +48,9 @@ background-color:#E7A555; border: 1px solid #4A4747; } + .tundra .dijitComboBoxDisabled { + color: gray !important; + }
-- 2.11.0