aboutsummaryrefslogtreecommitdiff
path: root/scss/imports
diff options
context:
space:
mode:
authorArmen Kesablyan2012-02-16 11:33:18 -0800
committerArmen Kesablyan2012-02-16 11:33:18 -0800
commit7e08bdbd9db21880783b56a31b480ba33f3b5327 (patch)
tree36fab73805cd5d9cec34b6f4fcf3f4bbdd0dba50 /scss/imports
parented18ea232174cceaa95b57315a4f993ea4d6c6ec (diff)
downloadninja-7e08bdbd9db21880783b56a31b480ba33f3b5327.tar.gz
Tool Button Fixes
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'scss/imports')
-rw-r--r--scss/imports/scss/_Tools.scss9
-rw-r--r--scss/imports/scss/_toolbar.scss6
2 files changed, 8 insertions, 7 deletions
diff --git a/scss/imports/scss/_Tools.scss b/scss/imports/scss/_Tools.scss
index bf425666..19ede70a 100644
--- a/scss/imports/scss/_Tools.scss
+++ b/scss/imports/scss/_Tools.scss
@@ -12,14 +12,15 @@
12// 12//
13 13
14 14
15// Made changes to toolButton 15// Made changes to toolButton }
16 16
17.subToolButton { 17.subToolHolderPanel .toolbutton {
18 float:left; 18 float:left;
19 -webkit-transform: scale(0.6);
19} 20}
20 21
21#topPanelContainer .subToolButton { 22.subToolHolderPanel .toolbutton:hover, .subToolHolderPanel .toolbutton.active {
22 23 -webkit-transform: scale(0.75);
23} 24}
24 25
25.subOption{ 26.subOption{
diff --git a/scss/imports/scss/_toolbar.scss b/scss/imports/scss/_toolbar.scss
index 429fe427..317fde23 100644
--- a/scss/imports/scss/_toolbar.scss
+++ b/scss/imports/scss/_toolbar.scss
@@ -40,18 +40,18 @@
40 -webkit-transition: 0.15s all cubic-bezier(.44,.19,0,.99); 40 -webkit-transition: 0.15s all cubic-bezier(.44,.19,0,.99);
41} 41}
42 42
43.toolsList .toolbutton:hover, .toolsList .active { 43.toolbutton:hover, .toolbutton.active {
44 box-shadow: 0px 0px 2px 2px #999; 44 box-shadow: 0px 0px 2px 2px #999;
45 45
46 -webkit-transform: scale(1); 46 -webkit-transform: scale(1);
47 opacity: 1; 47 opacity: 1;
48} 48}
49 49
50.toolsList .toolbutton:active { 50.toolbutton:active {
51 background-color: #8c8c8c; 51 background-color: #8c8c8c;
52} 52}
53 53
54.toolsList .active { 54.toolbutton.active {
55 box-shadow: inset 0px 0px 2px 2px #555; 55 box-shadow: inset 0px 0px 2px 2px #555;
56 background-color:#363636; 56 background-color:#363636;
57} 57}