From 545d373a90e44c0c8001b21bc4204faada4eb150 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Fri, 22 Apr 2016 13:29:53 +1200 Subject: [PATCH] Display gap between consecutive selected entities --- examples/html/edit-style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/html/edit-style.css b/examples/html/edit-style.css index 579fc50682..de6f6a670d 100644 --- a/examples/html/edit-style.css +++ b/examples/html/edit-style.css @@ -164,6 +164,10 @@ tr.selected { background-color: #00b4ef; } +tr.selected + tr.selected { + border-top: 1px solid #2e2e2e; +} + th { text-align: center; word-wrap: nowrap;