aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/shape-properties.reel
diff options
context:
space:
mode:
authorJohn Mayhew2012-05-08 14:48:28 -0700
committerJohn Mayhew2012-05-08 14:48:28 -0700
commit9f0754eb0c619e9e33df707f24eed1dd6ae95096 (patch)
tree117518819c4ef0529052de8f124017cd7d010b93 /js/components/tools-properties/shape-properties.reel
parent3ae45590d320b4e13367f78f821b7abcd9dbc53a (diff)
downloadninja-9f0754eb0c619e9e33df707f24eed1dd6ae95096.tar.gz
implemented proper styling for shape, inkbottle and fill tools
make all icons for fill and stroke use the proper classes/images
Diffstat (limited to 'js/components/tools-properties/shape-properties.reel')
-rwxr-xr-xjs/components/tools-properties/shape-properties.reel/shape-properties.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/components/tools-properties/shape-properties.reel/shape-properties.html b/js/components/tools-properties/shape-properties.reel/shape-properties.html
index e84f8092..9363365e 100755
--- a/js/components/tools-properties/shape-properties.reel/shape-properties.html
+++ b/js/components/tools-properties/shape-properties.reel/shape-properties.html
@@ -152,12 +152,12 @@
152 <input data-montage-id="useWebGLCH" type="checkbox" name="useWebGLControl" class="nj-skinned"/><label class="label">Use WebGL</label> 152 <input data-montage-id="useWebGLCH" type="checkbox" name="useWebGLControl" class="nj-skinned"/><label class="label">Use WebGL</label>
153 153
154 <label data-montage-id="materialLabel" class="label">Material:</label> 154 <label data-montage-id="materialLabel" class="label">Material:</label>
155 <div data-montage-id="strokeIcon" class="pencilToolUp" style="float: left;"></div> 155 <div data-montage-id="strokeIcon" class="colorCtrlIcon PencilTool"></div>
156 156
157 <select class="selectBox" data-montage-id="strokeMaterialCB"> 157 <select class="selectBox" data-montage-id="strokeMaterialCB">
158 </select> 158 </select>
159 159
160 <div data-montage-id="fillIcon" class="bucketToolUp" style="float: left;"></div> 160 <div data-montage-id="fillIcon" class="colorCtrlIcon FillTool"></div>
161 <select class="selectBox" data-montage-id="fillMaterialCB"> 161 <select class="selectBox" data-montage-id="fillMaterialCB">
162 </select> 162 </select>
163 163