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:
97c7b4d
)
Tweak style.css to bring facet headers into sync with color scheme
author
Michael Peters
<mrpeters@library.in.gov>
Thu, 2 Feb 2012 15:27:35 +0000
(10:27 -0500)
committer
Dan Wells
<dbw2@calvin.edu>
Thu, 2 Feb 2012 17:02:49 +0000
(12:02 -0500)
Signed-off-by: Michael Peters <mrpeters@library.in.gov>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/web/css/skin/default/opac/style.css
patch
|
blob
|
history
diff --git
a/Open-ILS/web/css/skin/default/opac/style.css
b/Open-ILS/web/css/skin/default/opac/style.css
index
e54180b
..
c1af0fb
100644
(file)
--- a/
Open-ILS/web/css/skin/default/opac/style.css
+++ b/
Open-ILS/web/css/skin/default/opac/style.css
@@
-1010,9
+1010,13
@@
div.facet_sidebar {
.facet_box_temp .header {
height:31px;
overflow:hidden;
- background:url('/images/facet_box_bg.png') no-repeat;
+ background:#00593d;
+ -moz-border-top-left-radius: 5px;
+ border-top-left-radius: 5px;
+ -moz-border-top-right-radius: 5px;
+ border-top-right-radius: 5px;
font-weight:bold;
- color:
#007a54
;
+ color:
white
;
padding-top:4px;
}