aboutsummaryrefslogtreecommitdiff
path: root/css/ninja.css
diff options
context:
space:
mode:
authorArmen Kesablyan2012-02-16 10:33:18 -0800
committerArmen Kesablyan2012-02-16 10:33:18 -0800
commited18ea232174cceaa95b57315a4f993ea4d6c6ec (patch)
treed721084d8fe01a6cc773be0829d2222362ebdc5d /css/ninja.css
parent92873714dd6ffb259e6c5a27da2ade773d7b00f9 (diff)
downloadninja-ed18ea232174cceaa95b57315a4f993ea4d6c6ec.tar.gz
Tool Icons
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'css/ninja.css')
-rw-r--r--css/ninja.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/css/ninja.css b/css/ninja.css
index 62642787..179a67da 100644
--- a/css/ninja.css
+++ b/css/ninja.css
@@ -808,15 +808,17 @@ input[type="radio"]:disabled { opacity: .3; background: #282828; border-width: 1
808 808
809#toolsPanelContent { width: 40px; } 809#toolsPanelContent { width: 40px; }
810 810
811.toolsList { width: 30px; margin: auto; } 811.toolsList { width: 29px; margin: auto; }
812 812
813.toolsList hr { border: 0px; border-top: 1px solid #232323; border-bottom: 1px solid #3A3A3A; margin: 2px; } 813.toolsList hr { border: 0px; border-top: 1px solid #232323; border-bottom: 1px solid #3A3A3A; margin: 2px; }
814 814
815.toolbutton { width: 30px; height: 30px; background-position: center center; background-repeat: no-repeat; -webkit-border-radius: 4px; opacity: 0.6; margin-bottom: 2px; } 815.toolbutton { width: 29px; height: 29px; background-position: center center; background-repeat: no-repeat; border-radius: 3px; opacity: 1; margin-bottom: 2px; -webkit-transform: scale(0.8); -webkit-transition: 0.15s all cubic-bezier(0.44, 0.19, 0, 0.99); }
816 816
817.toolsList .toolbutton:hover, .toolsList .active { box-shadow: inset 0px 0px 8px #999; opacity: 1; } 817.toolsList .toolbutton:hover, .toolsList .active { box-shadow: 0px 0px 2px 2px #999; -webkit-transform: scale(1); opacity: 1; }
818 818
819.toolsList .active { background-color: #555; } 819.toolsList .toolbutton:active { background-color: #8c8c8c; }
820
821.toolsList .active { box-shadow: inset 0px 0px 2px 2px #555; background-color: #363636; }
820 822
821.SelectionTool { background-image: url("../images/tools/Tool-Selection.png"); } 823.SelectionTool { background-image: url("../images/tools/Tool-Selection.png"); }
822 824