diff --git a/jsoneditor/jsoneditor.css b/jsoneditor/jsoneditor.css index 015c498..b470cf7 100644 --- a/jsoneditor/jsoneditor.css +++ b/jsoneditor/jsoneditor.css @@ -1,4 +1,3 @@ - .jsoneditor-field, .jsoneditor-value, .jsoneditor-field-readonly, .jsoneditor-readonly { border: 1px solid transparent; min-height: 16px; @@ -345,7 +344,7 @@ button.jsoneditor-menu { padding: 2px; border-radius: 2px; border: 1px solid #aec0f8; - background: #e3eaf6 url('../jsoneditor/img/jsoneditor-icons.png'); + background: #e3eaf6 url('img/jsoneditor-icons.png'); } button.jsoneditor-menu:hover {