From: Dan Wells Date: Wed, 25 Sep 2013 21:42:15 +0000 (-0400) Subject: TPAC: Tweak 'dash' buttons X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bd9591f4fbb6fb563e093b5e688bcb6eb98890d3;p=working%2FEvergreen.git TPAC: Tweak 'dash' buttons 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 --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 6ce434f71f..2e028945af 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -1242,9 +1242,12 @@ a.dash-link:hover { text-decoration: underline !important; } } .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 %]; @@ -1278,6 +1281,7 @@ button.opac-button::-moz-focus-inner, input.opac-button::-moz-focus-inner { #dash_wrapper .opac-button { position: relative; top: 10px; + display:inline; } #myopac_checked_div {