TPAC: Tweak 'dash' buttons
authorDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 21:42:15 +0000 (17:42 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 21:49:04 +0000 (17:49 -0400)
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>
Open-ILS/src/templates/opac/css/style.css.tt2

index 6ce434f..2e02894 100644 (file)
@@ -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 {