webstaff: CSS tweak for chrome/webkit
authorJason Etheridge <jason@esilibrary.com>
Fri, 4 Nov 2016 14:26:42 +0000 (10:26 -0400)
committerKathy Lussier <klussier@masslnc.org>
Tue, 22 Nov 2016 19:10:05 +0000 (14:10 -0500)
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 <jason@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/conify/global/asset/copy_location_group.tt2

index 6088342..560a4c4 100644 (file)
@@ -48,7 +48,7 @@
         background-color:#E7A555;
         border: 1px solid #4A4747;
     }
-    .tundra .dijitComboBoxDisabled {
+    .tundra .dijitComboBoxDisabled, .tundra .dijitTextBoxDisabled {
             color: gray !important;
     }
 </style>