aboutsummaryrefslogtreecommitdiff
path: root/mod/custom_index/views/default/custom_index
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-11-04 06:36:12 -0400
committerCash Costello <cash.costello@gmail.com>2011-11-04 06:36:12 -0400
commit5d480f2d8a767c682878071c3c8f7f6b45770c14 (patch)
tree884a4dfb942220a42995d2fdd0d2045eb329bef5 /mod/custom_index/views/default/custom_index
parent1b3f527c0ba8a39cb0b81bd5ffca0d91db29af99 (diff)
downloadelgg-5d480f2d8a767c682878071c3c8f7f6b45770c14.tar.gz
elgg-5d480f2d8a767c682878071c3c8f7f6b45770c14.tar.bz2
Refs #2937 featured is primary module class and highlight is extension
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 841b66761..4c780a905 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;
}
-.elgg-module-front {
+.elgg-module-highlight {
-webkit-box-shadow: 1px 1px 5px #CCC;
-moz-box-shadow: 1px 1px 5px #CCC;
box-shadow: 1px 1px 5px #CCC;
}
-.elgg-module-front:hover {
+.elgg-module-highlight:hover {
-webkit-box-shadow: 1px 1px 6px #AAA;
-moz-box-shadow: 1px 1px 6px #AAA;
box-shadow: 1px 1px 6px #AAA;