From 247f466d9833ba9f1c571fde68a37e72f87ac426 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 20 Jan 2016 16:03:41 +0000 Subject: [PATCH] MDL-48439 - Changed text colour for highlighted fields on compatibility table --- admin/tool/capability/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/tool/capability/styles.css b/admin/tool/capability/styles.css index 757066e..e7dc537 100644 --- a/admin/tool/capability/styles.css +++ b/admin/tool/capability/styles.css @@ -27,6 +27,6 @@ .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;} \ No newline at end of file +.path-admin-tool-capability .comparisontable .allow {color:#006600;font-weight:bold; color: #ffffff;} +.path-admin-tool-capability .comparisontable .prevent {color:#ad6704;font-weight:bold; color: #ffffff;} +.path-admin-tool-capability .comparisontable .prohibit {color:#880000;font-weight:bold; color: #ffffff;} \ No newline at end of file -- 2.5.4 (Apple Git-61)