aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorJohn Mayhew2012-05-15 10:42:41 -0700
committerJohn Mayhew2012-05-15 10:42:41 -0700
commit035c851a955952d0a1c89a7c8a646b674ab3f4f2 (patch)
treec1197e37c93fc56f28b36139c86559a3c49b5bdb /scss
parent52f63541065ce94fab8766b1b0db057eafcfccaa (diff)
downloadninja-035c851a955952d0a1c89a7c8a646b674ab3f4f2.tar.gz
-fixed spacing problem in the tag tool
-implemented the new mode radio buttons for the pen tool
Diffstat (limited to 'scss')
-rwxr-xr-xscss/imports/scss/_Tools.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/scss/imports/scss/_Tools.scss b/scss/imports/scss/_Tools.scss
index a4deb488..d068fd2e 100755
--- a/scss/imports/scss/_Tools.scss
+++ b/scss/imports/scss/_Tools.scss
@@ -458,3 +458,17 @@ input[type="radio"]:disabled {
458 background-image: url("../images/optionsbar/selection/DistRight.png"); 458 background-image: url("../images/optionsbar/selection/DistRight.png");
459} 459}
460 460
461.optionsPenTool {
462}
463
464.optionsPenTool input.penToolIcon {
465 background-image:url("../images/tools/Tool-Pen.png");
466}
467
468.optionsPenTool input.penPlusToolIcon {
469 background-image:url("../images/optionsbar/pen/penPlus.png");
470}
471
472.optionsPenTool input.penMinusToolIcon {
473 background-image:url("../images/optionsbar/pen/penMinus.png");
474}