summaryrefslogtreecommitdiffstats
path: root/skins/standard/reports.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/standard/reports.css')
-rw-r--r--skins/standard/reports.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/skins/standard/reports.css b/skins/standard/reports.css
index 065fe72bb..97ef316ba 100644
--- a/skins/standard/reports.css
+++ b/skins/standard/reports.css
@@ -77,3 +77,28 @@
padding-bottom: .5em;
color: #333;
}
+
+.t1 {
+ background-color: #ffffff; /* white */
+}
+
+.t2 {
+ background-color: #dfefff; /* light blue */
+}
+
+.t3 {
+ background-color: #dddddd; /* grey */
+}
+
+.t4 {
+ background-color: #c3d3ed; /* darker blue */
+}
+
+.ttotal, .ttotal td {
+ background-color: #cfffdf; /* light green */
+}
+
+#graphical_report {
+ max-width: 100%;
+ height: auto;
+}