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>
Sat, 19 Nov 2022 19:58:15 +0000 (14:58 -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 24c05f3..b93824a 100755 (executable)
@@ -3936,6 +3936,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;