From 1440615dfb7bd38b6efb15e8d0d86676630d9440 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 3 Feb 2021 14:44:31 -0500 Subject: [PATCH] PINES Customization: Styling for not-pickup-lib 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 --- Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 b/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 index e0ce536360..3926b32a82 100755 --- a/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 @@ -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; -- 2.11.0