From 8764eed20ca4ef4338766dee012bb748295cfb43 Mon Sep 17 00:00:00 2001 From: Sem Date: Thu, 1 Nov 2012 05:27:33 +0100 Subject: Revert "pushing changes" This reverts commit 3c6b153eed554b634b9e85d1dc0cfe42e92094ab. --- views/default/css/elements/modules.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'views/default/css/elements/modules.php') 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; -- cgit v1.2.3