aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJohn Mayhew2012-05-15 15:24:13 -0700
committerJohn Mayhew2012-05-15 17:08:00 -0700
commit9539e778dd678cec90cf83528df69a189be3a192 (patch)
tree39f172fa36d08486273ee6b5f41afaa65c468b30 /css
parent64d32b512c94fb470654897bfa799b248122431b (diff)
downloadninja-9539e778dd678cec90cf83528df69a189be3a192.tar.gz
updated object 3D options bar to use the new radio styles
removed its use of the sprite sheet
Diffstat (limited to 'css')
-rwxr-xr-xcss/ninja.css18
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