From: Jason Etheridge Date: Fri, 4 Nov 2016 14:18:25 +0000 (-0400) Subject: webstaff: CSS tweak for chrome/webkit X-Git-Tag: sprint4-merge-nov22^2~23 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=38de6b12064fdc4fe2cf2b78f10adcceb08347d5;p=working%2FEvergreen.git 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 --- 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; + }