diff options
author | John Mayhew | 2012-05-15 10:42:41 -0700 |
---|---|---|
committer | John Mayhew | 2012-05-15 10:42:41 -0700 |
commit | 035c851a955952d0a1c89a7c8a646b674ab3f4f2 (patch) | |
tree | c1197e37c93fc56f28b36139c86559a3c49b5bdb /scss | |
parent | 52f63541065ce94fab8766b1b0db057eafcfccaa (diff) | |
download | ninja-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-x | scss/imports/scss/_Tools.scss | 14 |
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 | } | ||