MDL-54652 tool_health: make css more specific to avoid '!important'

This admin tool is unsupported anyway..
This commit is contained in:
Dan Poltawski 2016-05-19 17:16:45 +01:00
parent 49619ce243
commit c74b305dfa

View File

@ -26,10 +26,10 @@
.path-admin-tool-health dl.notice dd {
background-color: #e5db36;
}
.path-admin-tool-health dt.solution,
.path-admin-tool-health dd.solution,
.path-admin-tool-health dl dt.solution,
.path-admin-tool-health dl dd.solution,
.path-admin-tool-health div#healthnoproblemsfound {
background-color: #5BB83E !important;
background-color: #5BB83E;
}
.path-admin-tool-health dl.healthissues dt,
.path-admin-tool-health dl.healthissues dd {