diff options
Diffstat (limited to 'js/panels/css-panel/style.reel/style.html')
-rw-r--r-- | js/panels/css-panel/style.reel/style.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/js/panels/css-panel/style.reel/style.html b/js/panels/css-panel/style.reel/style.html index 587dedb5..0d438ead 100644 --- a/js/panels/css-panel/style.reel/style.html +++ b/js/panels/css-panel/style.reel/style.html | |||
@@ -14,7 +14,10 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
14 | "module" : "js/panels/css-panel/style.reel", | 14 | "module" : "js/panels/css-panel/style.reel", |
15 | "name" : "Style", | 15 | "name" : "Style", |
16 | "properties" : { | 16 | "properties" : { |
17 | "element" : {"#" : "container"} | 17 | "element" : {"#" : "container"}, |
18 | "addStyleButton": {"#": "add-style-button"}, | ||
19 | "propertyField": {"@": "property"}, | ||
20 | "valueField": {"@": "value"} | ||
18 | } | 21 | } |
19 | }, | 22 | }, |
20 | "checkbox": { | 23 | "checkbox": { |
@@ -68,6 +71,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
68 | <body> | 71 | <body> |
69 | <div id="container" class="style-item" spellcheck="false" draggable="true"> | 72 | <div id="container" class="style-item" spellcheck="false" draggable="true"> |
70 | <input type="checkbox" data-montage-id="disable-checkbox"><dt data-montage-id="property" class="css-property"></dt><dd data-montage-id="value" class="css-value"></dd> | 73 | <input type="checkbox" data-montage-id="disable-checkbox"><dt data-montage-id="property" class="css-property"></dt><dd data-montage-id="value" class="css-value"></dd> |
74 | <button data-montage-id="add-style-button" class="add-style-button">Add</button> | ||
71 | </div> | 75 | </div> |
72 | </body> | 76 | </body> |
73 | </html> \ No newline at end of file | 77 | </html> \ No newline at end of file |