From ffe5e833035a33d449a7a7f3735531c42eb1f414 Mon Sep 17 00:00:00 2001 From: Jamie Little Date: Tue, 6 Feb 2024 10:34:29 -0600 Subject: [PATCH] Give citation linker buttons the same style --- 01JHU_INST-JHU/css/request.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/01JHU_INST-JHU/css/request.css b/01JHU_INST-JHU/css/request.css index 340953cc..cacf8e9d 100644 --- a/01JHU_INST-JHU/css/request.css +++ b/01JHU_INST-JHU/css/request.css @@ -34,3 +34,22 @@ prm-location-items > md-list > md-list-item> div.layout-row.flex > div.md-list-i flex-direction: column; align-items: flex-end; } + + +/* Citation linker page request buttons */ +button[aria-label="Check BorrowDirect, opens in a new window"].md-button.neutralized-button, button[aria-label="Get PDF, opens in a new window"].md-button.neutralized-button { + color: #fff !important; + background-color: #002d72; + border-radius: .2em; + margin: 1em; + min-width: 285px; + cursor: pointer; +} + +.weak-text { + color: rgb(182, 182, 182); +} + +button[aria-label="Check BorrowDirect, opens in a new window"].md-button.neutralized-button a, button[aria-label="Get PDF, opens in a new window"].md-button.neutralized-button a { + color: #fff !important; +}