From 3d6b5b3a4a2ee32d138530868d3c8b25d7420885 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Fri, 7 Mar 2014 13:45:19 +0100 Subject: [PATCH] msg_notice needs to be yellow Some lang constants actually refer to the color used here, so we can't switch to blue without changing everything. --- templates/2k11/admin/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 4eb3d990..26708ae7 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -1039,9 +1039,9 @@ summary { } .msg_notice { - background: #d9edf7; - border: 1px solid #bce8f1; - color: #3a87ad; + background: #fcf8e3; + border: 1px solid #fbeed5; + color: #c09853; } .msg_hint {