Skip to content
Snippets Groups Projects
Commit c58599cb authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2227401 by emma.maria, tompagabor, Aleksandar_P | LewisNyman: Apply the...

Issue #2227401 by emma.maria, tompagabor, Aleksandar_P | LewisNyman: Apply the seven style guide to the status report.
parent 433b435e
Branches
Tags
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
......@@ -541,12 +541,10 @@ ul.tabs {
box-shadow: 8px 0 0 #77b259;
margin-left: 0;
}
.messages--status,
.ok {
.messages--status {
color: #325e1c;
}
.messages--status,
table tr.ok {
.messages--status {
background-color: #f3faef;
}
......@@ -564,7 +562,8 @@ table tr.ok {
color: #734c00;
}
.messages--warning,
table tr.warning {
table tr.warning,
table tr.warning:hover {
background-color: #fdf8ed;
}
......@@ -582,7 +581,8 @@ table tr.warning {
color: #a51b00;
}
.messages--error,
table tr.error {
table tr.error,
table tr.error:hover {
background-color: #fcf4f2;
}
.messages--error p.error {
......
......@@ -118,8 +118,6 @@ th.select-all {
*/
table.system-status-report tr {
border-top: 1px solid #ccc;
border-left: 1px solid #bebfb9;
border-right: 1px solid #bebfb9;
border-bottom: inherit;
}
table.system-status-report tr:first-child {
......@@ -128,18 +126,11 @@ table.system-status-report tr:first-child {
table.system-status-report tr:last-child {
border-bottom: 1px solid #bebfb9;
}
table.system-status-report tr.ok {
color: #255b1e;
background-color: #e5ffe2;
}
table.system-status-report tr.warning {
color: #840;
background-color: #fffce5;
table.system-status-report td {
padding: 12px;
}
table.system-status-report tr.error {
color: #8c2e0b;
background-color: #fef5f1;
table.system-status-report td:nth-child(-n+2) {
background-color: transparent;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment