summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
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;