summaryrefslogtreecommitdiff
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
parentbaa448eb24a1d0f94c6536e512ee0ede0b4d0c32 (diff)
downloadbrdo-86e959e5f8435238d158547b586f07a8dbd55304.tar.gz
brdo-86e959e5f8435238d158547b586f07a8dbd55304.tar.bz2
- Patch #934148 by markabur: colors for security updates on available updates report are wrong.
-rw-r--r--modules/update/update.css7
-rw-r--r--themes/seven/style.css33
2 files changed, 7 insertions, 33 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 {
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 0f7633c19..3985ba65c 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -973,36 +973,3 @@ div.add-or-remove-shortcuts {
#user-login-form .openid-links .user-link {
margin-left: 1.5em; /* LTR */
}
-
-
-/* Available Updates */
-.update tr.ok {
- color: #255b1e;
- background: #e5ffe2;
- border-bottom: 1px solid #89D47F;
-}
-.update tr.warning {
- color: #840;
- background: #fffce5;
- border-bottom: 1px solid #ed5;
-}
-.update tr.warning .version-recommended {
- background: #ffe;
-}
-.update tr.unknown {
- background: #ddd;
-}
-.update tr.error {
- color: #840;
- background: #fffce5;
- border-bottom: 1px solid #ed5;
-}
-.update tr.error .version-recommended {
- background: #fdd;
-}
-table tbody tr.update-security,
-table tbody tr.update-unsupported {
- color: #840;
- background: #fffce5;
- border-bottom: 1px solid #ed5;
-}