CSS – Archive

Code that is not in use, but might be helpful for others

/* Add background color to the different sections. Via Union College. */

prm-full-view-service-container {
display: block;
background-color: #F9F9F9;
padding: .8em .8em .1em .8em ;
border-radius: 3px ;
border-left: 1px solid #D6D6D6  !important;


Use the same background colour for the breadcums in Collection Discovery.

/* No ‘Search inside’ for print only journals /*

See SUNY’s FAQ

/* Add :hover color to the feedback icon (May 2022 release), via Primo mailing list */

prm-report-problem .report-container .md-button.report-problem-btn prm-icon md-icon path {
color: #hexcode;
}

prm-report-problem .report-container .md-button.report-problem-btn:hover prm-icon md-icon path {
fill: #hexcode;
}

5.1.2023