mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-54652 tool_health: make css more specific to avoid '!important'
This admin tool is unsupported anyway..
This commit is contained in:
parent
49619ce243
commit
c74b305dfa
1 changed files with 3 additions and 3 deletions
|
@ -26,10 +26,10 @@
|
||||||
.path-admin-tool-health dl.notice dd {
|
.path-admin-tool-health dl.notice dd {
|
||||||
background-color: #e5db36;
|
background-color: #e5db36;
|
||||||
}
|
}
|
||||||
.path-admin-tool-health dt.solution,
|
.path-admin-tool-health dl dt.solution,
|
||||||
.path-admin-tool-health dd.solution,
|
.path-admin-tool-health dl dd.solution,
|
||||||
.path-admin-tool-health div#healthnoproblemsfound {
|
.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 dt,
|
||||||
.path-admin-tool-health dl.healthissues dd {
|
.path-admin-tool-health dl.healthissues dd {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue