diff options
Diffstat (limited to 'coverage/htmlfiles/style.css')
-rw-r--r-- | coverage/htmlfiles/style.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css index 64e0e015..20ebaa98 100644 --- a/coverage/htmlfiles/style.css +++ b/coverage/htmlfiles/style.css @@ -327,10 +327,13 @@ td.text { /* scroll marker styles */ #scroll_marker { - position:fixed; - right:0; - top:0; - width:16px; + position: fixed; + right: 0; + top: 0; + width: 16px; + height: 100%; + background: white; + border-left: 1px solid #eee; } #scroll_marker .marker { |