From: Terran McCanna Date: Wed, 3 Feb 2021 19:44:31 +0000 (-0500) Subject: PINES Customization: Styling for not-pickup-lib X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1440615dfb7bd38b6efb15e8d0d86676630d9440;p=evergreen%2Fpines.git 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 --- 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;