diff options
Diffstat (limited to 'css')
-rwxr-xr-x | css/ninja.css | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/css/ninja.css b/css/ninja.css index 33ec332c..682dfc9d 100755 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -769,23 +769,9 @@ input[type="radio"]:disabled { opacity: .3; background: #282828; border-width: 1 | |||
769 | 769 | ||
770 | #zoomToolOptionHolder .zoomInToolIcon { background-image: url("../images/optionsbar/zoom/zoom_plus.png"); } | 770 | #zoomToolOptionHolder .zoomInToolIcon { background-image: url("../images/optionsbar/zoom/zoom_plus.png"); } |
771 | 771 | ||
772 | .object3DToolContainer input.tag-type { background: none; width: 20px; height: 20px; display: block; float: left; margin: 0px; margin-right: 5px; background-repeat: no-repeat; opacity: 0.8; text-indent: -9999px; cursor: pointer; -webkit-border-radius: 3px; -webkit-user-select: none; border: 1px solid transparent; } | 772 | .object3DToolContainer input.rotateLocally { background-image: url("../images/optionsbar/options3D/rotate-locally.png"); } |
773 | 773 | ||
774 | .object3DToolContainer input.tag-type { background-image: url("../images/tools/sprite-toolbar-3d.png"); } | 774 | .object3DToolContainer input.rotateGlobally { background-image: url("../images/optionsbar/options3D/rotate-globally.png"); } |
775 | |||
776 | .object3DToolContainer input.tag-type:active { border: 1px solid transparent; } | ||
777 | |||
778 | .object3DToolContainer input.tag-type:hover { opacity: 1.0; -webkit-box-shadow: 0px 0px 4px #fff; } | ||
779 | |||
780 | .object3DToolContainer input.tag-type:checked { background-color: transparent; opacity: 1.0; cursor: default; -webkit-box-shadow: none; } | ||
781 | |||
782 | .object3DToolContainer input.rotateLocally { background-position: -20px 0px; } | ||
783 | |||
784 | .object3DToolContainer input.rotateLocally:checked { background-position: -20px -20px; } | ||
785 | |||
786 | .object3DToolContainer input.rotateGlobally { background-position: 0px 0px; } | ||
787 | |||
788 | .object3DToolContainer input.rotateGlobally:checked { background-position: 0px -20px; } | ||
789 | 775 | ||
790 | .optionsSelectionTool button { padding-top: 0px; } | 776 | .optionsSelectionTool button { padding-top: 0px; } |
791 | 777 | ||