diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/ninja.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/css/ninja.css b/css/ninja.css index 179a67da..9a1db6f3 100644 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -666,7 +666,9 @@ nav.menuBar ul ul, nav.menuBar ul li:hover ul ul, nav.menuBar ul ul li:hover ul | |||
666 | 666 | ||
667 | nav.menuBar ul li:hover ul, nav.menuBar ul ul li:hover ul, nav.menuBar ul ul ul li:hover ul { display: block; } | 667 | nav.menuBar ul li:hover ul, nav.menuBar ul ul li:hover ul, nav.menuBar ul ul ul li:hover ul { display: block; } |
668 | 668 | ||
669 | .subToolButton { float: left; } | 669 | .subToolHolderPanel .toolbutton { float: left; -webkit-transform: scale(0.6); } |
670 | |||
671 | .subToolHolderPanel .toolbutton:hover, .subToolHolderPanel .toolbutton.active { -webkit-transform: scale(0.75); } | ||
670 | 672 | ||
671 | .subOption { float: left; margin-top: 5px; margin-left: 10px; margin-right: 10px; } | 673 | .subOption { float: left; margin-top: 5px; margin-left: 10px; margin-right: 10px; } |
672 | 674 | ||
@@ -814,11 +816,11 @@ input[type="radio"]:disabled { opacity: .3; background: #282828; border-width: 1 | |||
814 | 816 | ||
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); } | 817 | .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 | 818 | ||
817 | .toolsList .toolbutton:hover, .toolsList .active { box-shadow: 0px 0px 2px 2px #999; -webkit-transform: scale(1); opacity: 1; } | 819 | .toolbutton:hover, .toolbutton.active { box-shadow: 0px 0px 2px 2px #999; -webkit-transform: scale(1); opacity: 1; } |
818 | 820 | ||
819 | .toolsList .toolbutton:active { background-color: #8c8c8c; } | 821 | .toolbutton:active { background-color: #8c8c8c; } |
820 | 822 | ||
821 | .toolsList .active { box-shadow: inset 0px 0px 2px 2px #555; background-color: #363636; } | 823 | .toolbutton.active { box-shadow: inset 0px 0px 2px 2px #555; background-color: #363636; } |
822 | 824 | ||
823 | .SelectionTool { background-image: url("../images/tools/Tool-Selection.png"); } | 825 | .SelectionTool { background-image: url("../images/tools/Tool-Selection.png"); } |
824 | 826 | ||