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 Binary files /dev/null and b/images/cdm_footer_selected.png differ