From 6b433f614634ec03bd78e96eee583664fd1521f0 Mon Sep 17 00:00:00 2001 From: foockinho Date: Thu, 23 Aug 2012 21:04:41 +0200 Subject: changed state messages colors --- views/default/css/elements/components.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php index 34784da..ffb60ff 100644 --- a/views/default/css/elements/components.php +++ b/views/default/css/elements/components.php @@ -127,10 +127,11 @@ border-radius: 8px; } .elgg-state-success { - background-color: black; + background-color: #5175B0; + color: white; } .elgg-state-error { - background-color: red; + background-color: #DE0218; } .elgg-state-notice { background-color: #ff4c12; -- cgit v1.2.3