From: Jason Etheridge Date: Fri, 4 Nov 2016 14:26:42 +0000 (-0400) Subject: webstaff: CSS tweak for chrome/webkit X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7df921a5fe1b43730e1799bf766dc0b81de664bd;p=evergreen%2Fmasslnc.git 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 --- 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; }