Skip to content
Snippets Groups Projects
Commit 86e959e5 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #934148 by markabur: colors for security updates on available updates report are wrong.

parent baa448eb
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -27,6 +27,11 @@ ...@@ -27,6 +27,11 @@
padding: 1em 1em .25em 1em; padding: 1em 1em .25em 1em;
} }
.update tr.even,
.update tr.odd {
border: none;
}
.update tr td { .update tr td {
border-top: 1px solid #ccc; border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
...@@ -65,6 +70,7 @@ table.update, ...@@ -65,6 +70,7 @@ table.update,
.update table.version { .update table.version {
width: 100%; width: 100%;
margin-top: .5em; margin-top: .5em;
border: none;
} }
.update table.version tbody { .update table.version tbody {
...@@ -77,6 +83,7 @@ table.update, ...@@ -77,6 +83,7 @@ table.update,
padding: 0; padding: 0;
margin: 0; margin: 0;
border: none; border: none;
background: none;
} }
.update table.version .version-title { .update table.version .version-title {
......
...@@ -973,36 +973,3 @@ div.add-or-remove-shortcuts { ...@@ -973,36 +973,3 @@ div.add-or-remove-shortcuts {
#user-login-form .openid-links .user-link { #user-login-form .openid-links .user-link {
margin-left: 1.5em; /* LTR */ 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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment