summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/style.css
diff options
context:
space:
mode:
authorshishov <xahgmah@yandex.ru>2016-01-31 06:24:47 -0500
committershishov <xahgmah@yandex.ru>2016-01-31 06:24:47 -0500
commita37dcd8aa066085795d8b717ffda896d43772596 (patch)
tree98250b4c18110c729534897f085b17a450932f49 /coverage/htmlfiles/style.css
parentaa4905904ab597d60f4fa7694949c8009fb3a2a9 (diff)
downloadpython-coveragepy-a37dcd8aa066085795d8b717ffda896d43772596.tar.gz
marks near the scroll
Diffstat (limited to 'coverage/htmlfiles/style.css')
-rw-r--r--coverage/htmlfiles/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css
index 15b0890..64e0e01 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;
+ }
+