summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-14 06:37:31 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-14 06:37:31 +0000
commit536b05f778352a8ddfa70f8a51a765abff143012 (patch)
tree3c34f8cb6a0195d91d126a85075fc128b146d5f7 /themes
parent8041e816a276d1ad33dda7c44d88cb8481b4e100 (diff)
downloadbrdo-536b05f778352a8ddfa70f8a51a765abff143012.tar.gz
brdo-536b05f778352a8ddfa70f8a51a765abff143012.tar.bz2
#967132 by tim.plunkett: Fix hard-coded forum colours.
Diffstat (limited to 'themes')
-rw-r--r--themes/bartik/css/style.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css
index 3fa785487..797064ac1 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;