diff options
| author | shishov <xahgmah@yandex.ru> | 2016-01-31 06:24:47 -0500 |
|---|---|---|
| committer | shishov <xahgmah@yandex.ru> | 2016-01-31 06:24:47 -0500 |
| commit | 26e6a274a43009cdc24196846c2bf2605b926d27 (patch) | |
| tree | 89247fa194ae7075d98fed48f1c6b8304c4275e0 /coverage/htmlfiles/style.css | |
| parent | 8d4e88a3dae6dfbfa6d765848e0514ceb1cafeb2 (diff) | |
| download | python-coveragepy-git-26e6a274a43009cdc24196846c2bf2605b926d27.tar.gz | |
marks near the scroll
Diffstat (limited to 'coverage/htmlfiles/style.css')
| -rw-r--r-- | coverage/htmlfiles/style.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css index 15b08904..64e0e015 100644 --- a/coverage/htmlfiles/style.css +++ b/coverage/htmlfiles/style.css @@ -324,3 +324,18 @@ td.text { #index tr.file:hover { background: #eeeeee; } + +/* scroll marker styles */ +#scroll_marker { + position:fixed; + right:0; + top:0; + width:16px; + } + +#scroll_marker .marker { + background: #ffdddd; + position: relative; + min-height: 3px; + } + |
