aboutsummaryrefslogtreecommitdiff
path: root/scss/imports/scss/_toolbar.scss
diff options
context:
space:
mode:
authorJohn Mayhew2012-05-14 14:57:07 -0700
committerJohn Mayhew2012-05-14 14:57:07 -0700
commit52f63541065ce94fab8766b1b0db057eafcfccaa (patch)
tree0b2129f4bda627c2cdf5c2b79e6079dafdc63b01 /scss/imports/scss/_toolbar.scss
parent2cdefe05cdc058160093d7ab9d50a4fadd1c45fc (diff)
downloadninja-52f63541065ce94fab8766b1b0db057eafcfccaa.tar.gz
-changed tool options radio button class to match the styling of the shape options tool buttons
-fixed bug injected in the tag tool caused by accidental removal of the value element attribute -moved color chip in the tag tool to the right of the element radio button group
Diffstat (limited to 'scss/imports/scss/_toolbar.scss')
-rwxr-xr-xscss/imports/scss/_toolbar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/imports/scss/_toolbar.scss b/scss/imports/scss/_toolbar.scss
index d2e2f766..9440fa85 100755
--- a/scss/imports/scss/_toolbar.scss
+++ b/scss/imports/scss/_toolbar.scss
@@ -53,7 +53,7 @@
53} 53}
54 54
55.toolbutton.active { 55.toolbutton.active {
56 box-shadow: inset 0px 0px 2px 2px #555; 56 box-shadow: inset 0px 0px 2px 2px #999;
57 background-color:#363636; 57 background-color:#363636;
58} 58}
59 59