From: Trevor Parscal Date: Thu, 4 Nov 2010 17:37:36 +0000 (+0000) Subject: Applied patch provided by "The Evil IP address" in bug #25145. This adjusts the color... X-Git-Tag: 1.31.0-rc.0~34093 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=362b8d8dab48980964bb549cd22df1721af30a3d;p=lhc%2Fweb%2Fwiklou.git 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! --- 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;