Commit c3bde121 authored by Sven Franck's avatar Sven Franck

data: fixed panel close button on all panel headers

parent 77af766a
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"type": "a", "type": "a",
"direct": { "direct": {
"href": "#", "href": "#",
"className": "panel-close ui-icon-remove ui-btn ui-btn-icon-notext ui-shadow ui-corner-all" "className": "ui-panel-close ui-icon-remove ui-btn ui-btn-icon-notext ui-shadow ui-corner-all"
}, },
"attributes": { "attributes": {
"data-enhanced": true, "data-enhanced": true,
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"type": "a", "type": "a",
"direct": { "direct": {
"href": "#", "href": "#",
"className": "panel-close ui-icon-remove ui-btn ui-btn-icon-notext ui-shadow ui-corner-all" "className": "ui-panel-close ui-icon-remove ui-btn ui-btn-icon-notext ui-shadow ui-corner-all"
}, },
"attributes": { "attributes": {
"data-enhanced": true, "data-enhanced": true,
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"type": "a", "type": "a",
"direct": { "direct": {
"href": "#", "href": "#",
"className": "panel-close ui-icon-remove ui-btn ui-btn-icon-notext ui-shadow ui-corner-all" "className": "ui-panel-close ui-icon-remove ui-btn ui-btn-icon-notext ui-shadow ui-corner-all"
}, },
"attributes": { "attributes": {
"data-enhanced": true, "data-enhanced": true,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment