From: X! Date: Thu, 17 Feb 2011 00:30:19 +0000 (+0000) Subject: Reverting r76017 per discussion on Bugzilla. Lack of community consensus for change... X-Git-Tag: 1.31.0-rc.0~31954 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=24322022038a3213d786cdaf64f80ea990b028f9;p=lhc%2Fweb%2Fwiklou.git Reverting r76017 per discussion on Bugzilla. Lack of community consensus for change, and the whole purpose of the "new messages" box is *NOT* to fit into the skin, so people will see it immediately. --- diff --git a/skins/vector/screen.css b/skins/vector/screen.css index 9f57d829f5..b9883d0392 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -969,8 +969,8 @@ img.thumbborder { } /* User Message */ .usermessage { - background-color: #e0e8ff; - border: 1px solid #99b3ff; + background-color: #ffce7b; + border: 1px solid #ffa500; color: black; font-weight: bold; margin: 2em 0 1em;