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=e5fef2bbdfb1b3d310d6a7e246928e7ac10249d3;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 7eabbd7463..62fe07641c 100755 --- a/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 @@ -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;