diff options
Diffstat (limited to 'scss')
-rwxr-xr-x | scss/imports/scss/_Tools.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scss/imports/scss/_Tools.scss b/scss/imports/scss/_Tools.scss index 57519043..637828a4 100755 --- a/scss/imports/scss/_Tools.scss +++ b/scss/imports/scss/_Tools.scss | |||
@@ -17,6 +17,7 @@ | |||
17 | .subToolHolderPanel .toolbutton { | 17 | .subToolHolderPanel .toolbutton { |
18 | float:left; | 18 | float:left; |
19 | -webkit-transform: scale(0.6); | 19 | -webkit-transform: scale(0.6); |
20 | margin-top: -4px; | ||
20 | } | 21 | } |
21 | 22 | ||
22 | .subToolHolderPanel .toolbutton:hover, .subToolHolderPanel .toolbutton.active { | 23 | .subToolHolderPanel .toolbutton:hover, .subToolHolderPanel .toolbutton.active { |
@@ -27,6 +28,7 @@ | |||
27 | margin-right: 9px; | 28 | margin-right: 9px; |
28 | } | 29 | } |
29 | 30 | ||
31 | /* These appear to be unused | ||
30 | .toolSeparator { | 32 | .toolSeparator { |
31 | height:1px; | 33 | height:1px; |
32 | width:30px; | 34 | width:30px; |
@@ -61,10 +63,10 @@ | |||
61 | opacity: 1.0; | 63 | opacity: 1.0; |
62 | } | 64 | } |
63 | 65 | ||
64 | |||
65 | .drawingMode { | 66 | .drawingMode { |
66 | outline:blue solid thin; | 67 | outline:blue solid thin; |
67 | } | 68 | } |
69 | */ | ||
68 | 70 | ||
69 | 71 | ||
70 | // Added new styling Sub Tool Shape Options | 72 | // Added new styling Sub Tool Shape Options |