aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorJohn Mayhew2012-05-07 14:30:47 -0700
committerJohn Mayhew2012-05-07 14:30:47 -0700
commit29ad6355ef60cfb3b3fc7f780504f3ed30845883 (patch)
treebbe2dcd46c98db8138ad0a8f0263ef33324d7669 /scss
parent1a759361b82127f9d5c1428dc889fffdf2daaf86 (diff)
downloadninja-29ad6355ef60cfb3b3fc7f780504f3ed30845883.tar.gz
More implementation of moving color chips to the individual subtools.
Removed the tool color bar Added new icons for inkbottle Removed Pencil tool Removed Inkbottle tool Added chips to the pen, brush and tag tools Aligned controls in several subtools
Diffstat (limited to 'scss')
-rwxr-xr-xscss/imports/scss/_toolbar.scss53
1 files changed, 0 insertions, 53 deletions
diff --git a/scss/imports/scss/_toolbar.scss b/scss/imports/scss/_toolbar.scss
index 9bf540cd..f47d0664 100755
--- a/scss/imports/scss/_toolbar.scss
+++ b/scss/imports/scss/_toolbar.scss
@@ -112,10 +112,6 @@
112 background-image:url("../images/tools/Tool-Fill.png"); 112 background-image:url("../images/tools/Tool-Fill.png");
113} 113}
114 114
115.EyedropperTool {
116 background-image:url("../images/tools/Tool-EyeDropper.png");
117}
118
119.EraserTool { 115.EraserTool {
120 background-image:url("../images/tools/Tool-Erase.png"); 116 background-image:url("../images/tools/Tool-Erase.png");
121} 117}
@@ -140,52 +136,6 @@
140 background-image:url("../images/tools/Tool-FillColor.png"); 136 background-image:url("../images/tools/Tool-FillColor.png");
141} 137}
142 138
143.toolsList .colortoolbar {
144 padding-left: 1px;
145 padding-top:4px;
146}
147
148.toolsList .colortoolbar button
149{
150 width: 27px;
151 height: 27px;
152 background: black;
153 border: 1px solid #000;
154 padding: 0;
155 margin: 0px;
156}
157
158.toolsList .colortoolbar div
159{
160 width: 27px;
161 height: 27px;
162 margin: 0;
163 margin-top:3px;
164}
165
166.toolsList .colortoolbar div.cpe_colortoolbar_container
167{
168 margin: 0;
169}
170
171
172
173/*.InkBottleToolPressed {*/
174 /*background-image: url("../images/tools/inkbottle_down.png");*/
175 /*background-repeat: no-repeat;*/
176 /*height: 23px;*/
177 /*width: 26px;*/
178 /*opacity: 1;*/
179/*}*/
180
181/*.InkBottleToolUnpressed {*/
182 /*background-image: url("../images/tools/inkbottle_down.png");*/
183 /*background-repeat: no-repeat;*/
184 /*height: 23px;*/
185 /*width: 26px;*/
186 /*opacity: 0.7;*/
187/*}*/
188
189// Selection Tool Options 139// Selection Tool Options
190.topAlignUp { 140.topAlignUp {
191 141
@@ -251,6 +201,3 @@
251 @include background-pos(11,0,26px,23px); 201 @include background-pos(11,0,26px,23px);
252} 202}
253 203
254.pencilToolUp {
255 @include background-pos(9,1,26px,23px);
256}