projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af9d36d
)
TPAC: Make result button text consistent
author
Dan Scott
<dscott@laurentian.ca>
Tue, 24 Sep 2013 04:43:50 +0000
(
00:43
-0400)
committer
Dan Scott
<dscott@laurentian.ca>
Tue, 24 Sep 2013 04:45:04 +0000
(
00:45
-0400)
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 <dscott@laurentian.ca>
Open-ILS/src/templates/opac/css/style.css.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/opac/css/style.css.tt2
b/Open-ILS/src/templates/opac/css/style.css.tt2
index
14321c4
..
8abb82d
100644
(file)
--- 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,