From 9616c1d4cb1b6c701eb2ac84a3d613f2e2289d39 Mon Sep 17 00:00:00 2001 From: piffie Date: Thu, 10 Jan 2013 15:36:14 +0100 Subject: [PATCH] fixed wrong url path to icons sprite one url() call to the sprite img was wrong. fixed it like the other paths. --- jsoneditor/jsoneditor.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 {