From 362b8d8dab48980964bb549cd22df1721af30a3d Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Thu, 4 Nov 2010 17:37:36 +0000 Subject: [PATCH 1/1] Applied patch provided by "The Evil IP address" in bug #25145. This adjusts the colors of the .usermessage CSS rule to use blue instead of brown. Thanks for the patch! --- skins/vector/screen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/vector/screen.css b/skins/vector/screen.css index 3a5db88a59..8d49d69786 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -948,8 +948,8 @@ img.thumbborder { } /* User Message */ .usermessage { - background-color: #ffce7b; - border: 1px solid #ffa500; + background-color: #e0e8ff; + border: 1px solid #99b3ff; color: black; font-weight: bold; margin: 2em 0 1em; -- 2.20.1