From efb468ecd57285d62f4b88881319b0f47bc20991 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Fri, 4 Nov 2016 10:26:42 -0400 Subject: [PATCH] webstaff: CSS tweak for chrome/webkit Specifically, in the Copy Location Group interface, make sure the disabled position textbox in the New location group dialog is visible within Chrome. Signed-off-by: Jason Etheridge --- Open-ILS/src/templates/conify/global/asset/copy_location_group.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6088342a0b..560a4c4e0c 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,7 +48,7 @@ background-color:#E7A555; border: 1px solid #4A4747; } - .tundra .dijitComboBoxDisabled { + .tundra .dijitComboBoxDisabled, .tundra .dijitTextBoxDisabled { color: gray !important; } -- 2.11.0