From 536b05f778352a8ddfa70f8a51a765abff143012 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 14 Nov 2010 06:37:31 +0000 Subject: [PATCH] #967132 by tim.plunkett: Fix hard-coded forum colours. --- themes/bartik/css/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index 3fa785487596..797064ac1267 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -143,7 +143,8 @@ table table { font-size: 1em; } table tr th { - background-color: #757575; + background: #757575; + background: rgba(0, 0, 0, 0.51); border-bottom-style: none; } table thead tr th, @@ -164,11 +165,13 @@ tr th { border-color: rgba(255,255,255,0.18); } tr.odd { - background-color: #e4e4e4; + background: #e4e4e4; + background: rgba(0, 0, 0, 0.105) } tr, tr.even { - background-color: #efefef; + background: #efefef; + background: rgba(0, 0, 0, 0.063); } table ul.links { margin: 0;