From 86e959e5f8435238d158547b586f07a8dbd55304 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 8 Oct 2010 00:24:09 +0000 Subject: - Patch #934148 by markabur: colors for security updates on available updates report are wrong. --- modules/update/update.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/update') 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 { -- cgit v1.2.3