From 39cc6c86ae0205cdad6af9b04e34922c4bbd7c26 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Tue, 10 Feb 2015 09:03:48 -0800 Subject: [PATCH] Update selected entity color to have more contrast --- examples/html/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/html/style.css b/examples/html/style.css index 254c6545d6..7177b8c8ba 100644 --- a/examples/html/style.css +++ b/examples/html/style.css @@ -134,6 +134,7 @@ table#entity-table { } #entity-table tr.selected { + color: rgb(43, 43, 43); background-color: #AAA; }