From 3c6b153eed554b634b9e85d1dc0cfe42e92094ab Mon Sep 17 00:00:00 2001 From: foockinho Date: Thu, 1 Nov 2012 03:37:12 +0100 Subject: pushing changes --- 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 28332bb..b05aa5c 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: #d86c2c; + color: #56A00E; } /* Dropdown */ @@ -89,15 +89,15 @@ /* Featured */ .elgg-module-featured { - border: 1px solid #333; + border: 1px solid #56A00E; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; } .elgg-module-featured > .elgg-head { padding: 5px; - background-color: #333; + background-color: #56A00E; } .elgg-module-featured > .elgg-head * { color: white; -- cgit v1.2.3