From c74b305dfaa985f1daf8630dda38d4a6afe170c9 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Thu, 19 May 2016 17:16:45 +0100 Subject: [PATCH] MDL-54652 tool_health: make css more specific to avoid '!important' This admin tool is unsupported anyway.. --- admin/tool/health/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {