From 3c13afee9837db9ba11f98ec8688f8a1163b81f1 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 3 Oct 2013 16:55:42 +0300 Subject: better style and color for warning and success feedback on inputs --- settings/css/settings.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'settings/css/settings.css') diff --git a/settings/css/settings.css b/settings/css/settings.css index 57a43180a43..5f3e9c97dd5 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -25,8 +25,16 @@ input#identity { width:20em; } width: 350px; } -.msg.success{ color:#fff; background-color:#0f0; padding:3px; text-shadow:1px 1px #000; } -.msg.error{ color:#fff; background-color:#f00; padding:3px; text-shadow:1px 1px #000; } +.msg.success { + color: #fff; + background-color: #47a447; + padding: 3px; +} +.msg.error { + color: #fff; + background-color: #d2322d; + padding: 3px; +} table.nostyle label { margin-right: 2em; } table.nostyle td { padding: 0.2em 0; } -- cgit v1.2.3