primo-explore-nyu-eshelf
Version:
ExLibris Primo New UI plugin for adding custom NYU E-Shelf functionality
13 lines • 472 B
CSS
/* Styles for "My e-shelf" link in top bar navigation */
prm-topbar prm-search-bookmark-filter-after button.md-button.search-bookmark-filter-item:not(.md-icon-button) {
border-radius: 20px;
min-width: 40px;
}
prm-topbar prm-search-bookmark-filter-after button.md-button.search-bookmark-filter-item:hover {
box-shadow: 0 1px 0 #888888;
}
/* Flush eshelf checkbox left */
div.nyu-eshelf input[type='checkbox'][id^='eshelf_'] {
margin-right: .35em;
margin-left: 0
}