diff options
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; + } + |