summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/style.css
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-04-28 17:55:37 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-04-28 17:55:37 -0400
commitf8c766f4f61bc398b5ccd857fbe0b13f28e60190 (patch)
tree2a32e5e1829eb41823597eacb4fc8b45926a7043 /coverage/htmlfiles/style.css
parent89974b205eb2c35998fcb5f03f4520cf010deaae (diff)
downloadpython-coveragepy-git-f8c766f4f61bc398b5ccd857fbe0b13f28e60190.tar.gz
Color the buttons on the pyfile page, so they have a visual connection to the lines they affect.
Diffstat (limited to 'coverage/htmlfiles/style.css')
-rw-r--r--coverage/htmlfiles/style.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css
index c40357b8..70715ac1 100644
--- a/coverage/htmlfiles/style.css
+++ b/coverage/htmlfiles/style.css
@@ -102,6 +102,31 @@ h2.stats {
border-color: #999 #ccc #ccc #999;
}
+.stats span.run {
+ background: #ddffdd;
+}
+.stats span.exc {
+ background: #eeeeee;
+}
+.stats span.mis {
+ background: #ffdddd;
+}
+.stats span.hide_run {
+ background: #eeffee;
+}
+.stats span.hide_exc {
+ background: #f5f5f5;
+}
+.stats span.hide_mis {
+ background: #ffeeee;
+}
+.stats span.par {
+ background: #ffffaa;
+}
+.stats span.hide_par {
+ background: #ffffcc;
+}
+
/* Help panel */
#keyboard_icon {
float: right;