mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +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
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user