webstaff: CSS tweak for chrome/webkit
authorJason Etheridge <jason@esilibrary.com>
Fri, 4 Nov 2016 13:55:10 +0000 (09:55 -0400)
committerKathy Lussier <klussier@masslnc.org>
Tue, 22 Nov 2016 19:10:04 +0000 (14:10 -0500)
Specifically, for Custom Org Unit Trees, make sure the "OPAC" selection in the
disabled combobox is not too light to see in Chrome.

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/conify/global/actor/org_unit_custom_tree.tt2

index 9d259b0..5e0c1d8 100644 (file)
@@ -17,6 +17,9 @@
         background-color:#E7A555;
         border-bottom: 2px solid #4A4747;
     }
+    .tundra .dijitComboBoxDisabled {
+            color: gray !important;
+    }
 </style>
 
 <h2>[% l('Org Unit Custom Tree') %]</h2>