diff options
author | foockinho <foockinho@lorea.org> | 2012-08-23 21:04:41 +0200 |
---|---|---|
committer | foockinho <foockinho@lorea.org> | 2012-08-23 21:04:41 +0200 |
commit | 6b433f614634ec03bd78e96eee583664fd1521f0 (patch) | |
tree | 95da4dd15b5ab33c2bc5d6660326691b41471a2a | |
parent | a29435a8dae5f6f02d99fe528632c5419c3720fe (diff) | |
download | saravea_theme-6b433f614634ec03bd78e96eee583664fd1521f0.tar.gz saravea_theme-6b433f614634ec03bd78e96eee583664fd1521f0.tar.bz2 |
changed state messages colors
-rw-r--r-- | views/default/css/elements/components.php | 5 |
1 files 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; |