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;