summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-03-28 22:25:43 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-03-28 22:25:43 -0400
commit84f810c0f289ff89a58f9edcd7b5532b8aae1f54 (patch)
treefd600604762a389141cc14a8a50bb7948d0a5273 /www/css
parent20c2cebd8c2408de22f74065a5d98d827ccba311 (diff)
#209 - show selection in red
Former-commit-id: 59c330f51ce857c63506129661dcbd766a719a4f
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css
index d230738e..f4aba002 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -856,3 +856,8 @@ body { font-family: sans-serif; }
overflow: scroll;
white-space: nowrap;
}
+
+
+.visred {
+ fill:#FF0000;
+} \ No newline at end of file