From 8048a1a53dff5bd1b9241ed321cbb0e26818b1fb Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 24 Sep 2013 00:43:50 -0400 Subject: [PATCH] TPAC: Make result button text consistent There's no good reason for the result buttons to have underlined text when most other buttons in the Web UI do not have underlined text. Signed-off-by: Dan Scott --- Open-ILS/src/templates/opac/css/style.css.tt2 | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 14321c4bec..8abb82d299 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -1242,6 +1242,7 @@ div.opac-multiline-button > a, color: [% css_colors.text_invert %]; vertical-align: middle; display: table-cell; + text-decoration: none; } .opac-multiline-button > a:hover, -- 2.11.0