From 405f0f8db9f72afed4c357a22c4dd99bea39c419 Mon Sep 17 00:00:00 2001 From: Sem Date: Tue, 14 Aug 2012 22:59:23 +0200 Subject: Worked in Foockinho's proposal. --- views/default/css/elements/modules.php | 6 +++--- 1 file changed, 3 insertions(+), 3 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 ef85d4d..9ecfff8 100644 --- a/views/default/css/elements/modules.php +++ b/views/default/css/elements/modules.php @@ -48,7 +48,7 @@ margin-bottom: 5px; } .elgg-module-popup > .elgg-head * { - color: #0054A7; + color: #d86c2c; } /* Dropdown */ @@ -78,7 +78,7 @@ /* Featured */ .elgg-module-featured { - border: 1px solid #4690D6; + border: 1px solid #ff4c12; -webkit-border-radius: 6px; -moz-border-radius: 6px; @@ -86,7 +86,7 @@ } .elgg-module-featured > .elgg-head { padding: 5px; - background-color: #4690D6; + background-color: #ff4c12; } .elgg-module-featured > .elgg-head * { color: white; -- cgit v1.2.3