diff --git a/examples/css/darktheme.css b/examples/css/darktheme.css index a83e3e6..3c1c881 100644 --- a/examples/css/darktheme.css +++ b/examples/css/darktheme.css @@ -19,7 +19,8 @@ table.jsoneditor-search div.jsoneditor-frame { background: #808080; } -tr.jsoneditor-highlight { +tr.jsoneditor-highlight, +tr.jsoneditor-selected { background-color: #808080; }