summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cdm.css3
-rw-r--r--images/cdm_footer_selected.pngbin0 -> 225 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/cdm.css b/cdm.css
index ca9c9dbde..2dc73ea89 100644
--- a/cdm.css
+++ b/cdm.css
@@ -76,7 +76,8 @@ div.cdmFooter {
}
.Selected div.cdmFooter {
- background : #FFF2BF;
+ background-color : #FFF2BF;
+ background-image : url("images/cdm_footer_selected.png");
}
span.cdmExcerpt {
diff --git a/images/cdm_footer_selected.png b/images/cdm_footer_selected.png
new file mode 100644
index 000000000..0b72bc5cd
--- /dev/null
+++ b/images/cdm_footer_selected.png
Binary files differ