From: Dan Poltawski Date: Thu, 19 May 2016 16:16:45 +0000 (+0100) Subject: MDL-54652 tool_health: make css more specific to avoid '!important' X-Git-Tag: v3.2.0-beta~986^2~6 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=c74b305dfaa985f1daf8630dda38d4a6afe170c9;hp=49619ce243157c1ee73051e8c5770c00133569a5 MDL-54652 tool_health: make css more specific to avoid '!important' This admin tool is unsupported anyway.. --- diff --git a/admin/tool/health/styles.css b/admin/tool/health/styles.css index 7994a8c203a..6a625f6efb0 100644 --- a/admin/tool/health/styles.css +++ b/admin/tool/health/styles.css @@ -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 {