From 869ea491bed92a566b1bf8e1f828460f54f9fb4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 18 Dec 2015 15:00:12 +0100 Subject: [PATCH] css: restyle (django.contrib.)messages with lighter backgrounds (#9376) --- static/css/style.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 5befbbc..bae28ac 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -21,21 +21,18 @@ ul.messages > li { border: 1px solid black; margin-top: 10px; border-radius: 4px; - font-style: italic; } ul.messages > li.info { - background: #0044cc; - color: #ffffff; } ul.messages > li.warning { - background: #f89406; + background: #ffc470; color: black; } ul.messages >li.error { - background: #bd362f; + background: #ff665e; color: black; }