summaryrefslogtreecommitdiff
path: root/views/default/css/elements/modules.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css/elements/modules.php')
-rw-r--r--views/default/css/elements/modules.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/views/default/css/elements/modules.php b/views/default/css/elements/modules.php
index b05aa5c..28332bb 100644
--- a/views/default/css/elements/modules.php
+++ b/views/default/css/elements/modules.php
@@ -59,7 +59,7 @@
margin-bottom: 5px;
}
.elgg-module-popup > .elgg-head * {
- color: #56A00E;
+ color: #d86c2c;
}
/* Dropdown */
@@ -89,15 +89,15 @@
/* Featured */
.elgg-module-featured {
- border: 1px solid #56A00E;
+ border: 1px solid #333;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
}
.elgg-module-featured > .elgg-head {
padding: 5px;
- background-color: #56A00E;
+ background-color: #333;
}
.elgg-module-featured > .elgg-head * {
color: white;