summaryrefslogtreecommitdiff
path: root/themes/seven
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 /themes/seven
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 'themes/seven')
-rw-r--r--themes/seven/style.css33
1 files changed, 0 insertions, 33 deletions
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;
-}