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=49ccae1e2d668f522ada3abcf2a87b428837ec87;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 24c05f3a1b..b93824a67a 100755 --- a/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 @@ -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;