summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skins/cavendish/main.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/skins/cavendish/main.css b/skins/cavendish/main.css
index e80584a..1fed9a2 100644
--- a/skins/cavendish/main.css
+++ b/skins/cavendish/main.css
@@ -256,3 +256,20 @@ table.contenttable
padding: 20px;
vertical-align: top;
}
+
+.mgaBackgroundLightBlue td
+{
+ background:#ddf
+}
+
+.qa-ok td
+{
+ color:#fff;
+ background-color:green;
+}
+
+.qa-not-ok td
+{
+ color:#fff;
+ background-color:red;
+}