From 84f810c0f289ff89a58f9edcd7b5532b8aae1f54 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Mon, 28 Mar 2016 22:25:43 -0400 Subject: #209 - show selection in red Former-commit-id: 59c330f51ce857c63506129661dcbd766a719a4f --- www/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'www/css') 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 -- cgit v1.2.3