PINES Customization: Styling for not-pickup-lib
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 3 Feb 2021 19:44:31 +0000 (14:44 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 3 Feb 2021 22:17:07 +0000 (17:17 -0500)
On bootstrap OPAC place holds page, add styling to library
selector to make it more obvious which org units cannot be
selected as pickup libraries.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2

index 7eabbd7..62fe076 100755 (executable)
@@ -3886,6 +3886,12 @@ label[for*=expert_]
     color: #006838;
 }
 
+/* Other PINES customizations */
+
+select option:disabled {
+    background-color: #ddd;
+}
+
 @media only screen and (max-width: 1200px) {
     .carousel {
         margin-left: 430px;