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>
Mon, 8 Nov 2021 14:58:45 +0000 (09: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 e0ce536..3926b32 100755 (executable)
@@ -3901,6 +3901,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;