Skip to content

Commit

Permalink
Merge branch 'MDL-48439-change-background-colour-of-tool_capability-t…
Browse files Browse the repository at this point in the history
…able' of git://github.com/synergylearning/moodle
  • Loading branch information
danpoltawski committed Feb 16, 2016
2 parents cbce7be + 882bf2a commit f155059
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions admin/tool/capability/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
.path-admin-tool-capability .comparisontable tbody th span {display:block;color:#666;font-size:80%;}
.path-admin-tool-capability .comparisontable tbody td {border:1px solid #DFDFDF;}

.path-admin-tool-capability .comparisontable .inherit {color:#666;}
.path-admin-tool-capability .comparisontable .allow {color:#006600;font-weight:bold;}
.path-admin-tool-capability .comparisontable .prevent {color:#ad6704;font-weight:bold;}
.path-admin-tool-capability .comparisontable .prohibit {color:#880000;font-weight:bold;}
.path-admin-tool-capability .comparisontable .inherit {color:#666}
.path-admin-tool-capability .comparisontable .allow {background-color:#006600;font-weight:bold;color:white;}
.path-admin-tool-capability .comparisontable .prevent {background-color:#ad6704;font-weight:bold;color:white;}
.path-admin-tool-capability .comparisontable .prohibit {background-color:#880000;font-weight:bold;color:white;}

0 comments on commit f155059

Please sign in to comment.