From 7df921a5fe1b43730e1799bf766dc0b81de664bd 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 Signed-off-by: Kathy Lussier --- .../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.43.2