library:css
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
library:css [2022/02/10 13:34] – external edit 127.0.0.1 | library:css [2024/08/28 22:59] (current) – button colors sleary | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Evergreen 3.5 ===== | + | ===== Evergreen 3.5+ ===== |
As of Evergreen 3.5 it supports an org unit setting for adding CSS directly to the OPAC. This page will act as a repository for community members to share CSS code for customizing the OPAC. | As of Evergreen 3.5 it supports an org unit setting for adding CSS directly to the OPAC. This page will act as a repository for community members to share CSS code for customizing the OPAC. | ||
Line 55: | Line 55: | ||
</ | </ | ||
+ | ==== Button changes ==== | ||
+ | |||
+ | Button classes beginning with '' | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | To override them in your custom styles, specify their normal, hover/ | ||
+ | |||
+ | < | ||
+ | .btn-success { | ||
+ | background: #007a54; | ||
+ | color: white; | ||
+ | } | ||
+ | .btn-success: | ||
+ | .btn-success: | ||
+ | background: #00593d; | ||
+ | color: white; | ||
+ | } | ||
+ | .btn-success: | ||
+ | background: #52635E; | ||
+ | color: white; | ||
+ | } | ||
+ | </ |
library/css.1644518098.txt.gz · Last modified: 2022/02/10 13:34 by 127.0.0.1