summaryrefslogtreecommitdiff
path: root/modules/update
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-10-08 00:24:09 +0000
committerDries Buytaert <dries@buytaert.net>2010-10-08 00:24:09 +0000
commit86e959e5f8435238d158547b586f07a8dbd55304 (patch)
tree1e7f5724df45d51cc25b05ff4334c96b3605f67f /modules/update
parentbaa448eb24a1d0f94c6536e512ee0ede0b4d0c32 (diff)
downloadbrdo-86e959e5f8435238d158547b586f07a8dbd55304.tar.gz
brdo-86e959e5f8435238d158547b586f07a8dbd55304.tar.bz2
- Patch #934148 by markabur: colors for security updates on available updates report are wrong.
Diffstat (limited to 'modules/update')
-rw-r--r--modules/update/update.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/update/update.css b/modules/update/update.css
index 66392e221..b3900508c 100644
--- a/modules/update/update.css
+++ b/modules/update/update.css
@@ -27,6 +27,11 @@
padding: 1em 1em .25em 1em;
}
+.update tr.even,
+.update tr.odd {
+ border: none;
+}
+
.update tr td {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
@@ -65,6 +70,7 @@ table.update,
.update table.version {
width: 100%;
margin-top: .5em;
+ border: none;
}
.update table.version tbody {
@@ -77,6 +83,7 @@ table.update,
padding: 0;
margin: 0;
border: none;
+ background: none;
}
.update table.version .version-title {