For those of you with Custom Palettes, who might have had their buttons go wonky in the last day or two....We made an update to the html that might require a button change for you.
This is the CSS that changed to work with the html changes:
/* override ONLY buttons */
.mainlineblack .heebutton a:link,
.mainlineblack .heebutton a:visited {
color: #836f2c;
}
.mainlineblack .heebutton a:hover {
color: #c1a445;
}
.mainlineblack a:link,
.mainlineblack a:visited {
color: #836f2c;
}
.mainlineblack a:hover {
color: #c1a445;
}
.heebutton,
.heebutton:link,
.heebutton:visited,
.heebuttonsmall,
.heebuttonsmall:link,
.heebuttonsmall:visited
{
color: #f5f0cb;
background-color: #b4a262;
}
.heebutton:hover,
.heebuttonsmall:hover {
color: #f8f6e9;
background-color: #d8c276;
}