aboutsummaryrefslogtreecommitdiff
path: root/mod/custom_index/views/default/custom_index
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-10-27 17:37:25 -0400
committercash <cash.costello@gmail.com>2011-10-27 17:37:25 -0400
commitb85851c3db8e9cd9c7bfd47a4db26c5c55ddca3b (patch)
treee7112c45aec02728f7d686301eaed09eb42ed389 /mod/custom_index/views/default/custom_index
parentaee0471eede56d2cee19602f13943deec7e4f7e5 (diff)
downloadelgg-b85851c3db8e9cd9c7bfd47a4db26c5c55ddca3b.tar.gz
elgg-b85851c3db8e9cd9c7bfd47a4db26c5c55ddca3b.tar.bz2
Fixes #2937 added .elgg-module-front
Diffstat (limited to 'mod/custom_index/views/default/custom_index')
-rw-r--r--mod/custom_index/views/default/custom_index/css.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/custom_index/views/default/custom_index/css.php b/mod/custom_index/views/default/custom_index/css.php
index ef7b0a39c..841b66761 100644
--- a/mod/custom_index/views/default/custom_index/css.php
+++ b/mod/custom_index/views/default/custom_index/css.php
@@ -11,12 +11,12 @@
.custom-index {
padding: 10px 0;
}
-.custom-index .elgg-module-featured {
+.elgg-module-front {
-webkit-box-shadow: 1px 1px 5px #CCC;
-moz-box-shadow: 1px 1px 5px #CCC;
box-shadow: 1px 1px 5px #CCC;
}
-.custom-index .elgg-module-featured:hover {
+.elgg-module-front:hover {
-webkit-box-shadow: 1px 1px 6px #AAA;
-moz-box-shadow: 1px 1px 6px #AAA;
box-shadow: 1px 1px 6px #AAA;