The dash buttons didn't like the inline-block either, so revert that
for those as well. Also, the hover highlight color was the same as
the background; let's give it something different.
Signed-off-by: Dan Wells <dbw2@calvin.edu>
}
.opac-multiline-button > a:hover,
-.opac-button:hover, .results_header_btns a:hover, #simple-detail-view-links a:hover, .dash_account_buttons a:hover {
+.opac-button:hover, .results_header_btns a:hover, #simple-detail-view-links a:hover {
background: [% css_colors.primary %];
}
+.dash_account_buttons a:hover {
+ background: [% css_colors.primary_offset %];
+}
.opac-button:disabled {
color: [% css_colors.accent_medium %];
#dash_wrapper .opac-button {
position: relative;
top: 10px;
+ display:inline;
}
#myopac_checked_div {