diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-02-06 22:07:29 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-02-06 22:07:29 -0500 |
commit | 7ae0b1a079266ba71ee96cf61eb93f934e6f9ec3 (patch) | |
tree | db3caee37ee1e9b5c277b828f8b4794e12571dd8 /coverage/htmlfiles/style.css | |
parent | 8c78f96e77d7bc4bc27704afb6721c2b55c58451 (diff) | |
download | python-coveragepy-git-7ae0b1a079266ba71ee96cf61eb93f934e6f9ec3.tar.gz |
Also display partial branch lines in the scrollbar markers
Diffstat (limited to 'coverage/htmlfiles/style.css')
-rw-r--r-- | coverage/htmlfiles/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css index c3767eef..136cbb82 100644 --- a/coverage/htmlfiles/style.css +++ b/coverage/htmlfiles/style.css @@ -359,7 +359,7 @@ td.text { } #scroll_marker .marker { - background: #ffdddd; + background: #eedddd; position: absolute; min-height: 3px; width: 100%; |