Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49619ce
)
MDL-54652 tool_health: make css more specific to avoid '!important'
author
Dan Poltawski
<dan@moodle.com>
Thu, 19 May 2016 16:16:45 +0000
(17:16 +0100)
committer
Dan Poltawski
<dan@moodle.com>
Thu, 16 Jun 2016 19:49:04 +0000
(20:49 +0100)
This admin tool is unsupported anyway..
admin/tool/health/styles.css
patch
|
blob
|
blame
|
history
diff --git
a/admin/tool/health/styles.css
b/admin/tool/health/styles.css
index
7994a8c
..
6a625f6
100644
(file)
--- 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 d
l d
t.solution,
+.path-admin-tool-health d
l d
d.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 {