Skip to content

Commit

Permalink
Give citation linker buttons the same style
Browse files Browse the repository at this point in the history
  • Loading branch information
little9 committed Feb 6, 2024
1 parent f998e80 commit ffe5e83
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions 01JHU_INST-JHU/css/request.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit ffe5e83

Please sign in to comment.