From 9539e778dd678cec90cf83528df69a189be3a192 Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Tue, 15 May 2012 15:24:13 -0700 Subject: updated object 3D options bar to use the new radio styles removed its use of the sprite sheet --- css/ninja.css | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'css') 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 #zoomToolOptionHolder .zoomInToolIcon { background-image: url("../images/optionsbar/zoom/zoom_plus.png"); } -.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; } +.object3DToolContainer input.rotateLocally { background-image: url("../images/optionsbar/options3D/rotate-locally.png"); } -.object3DToolContainer input.tag-type { background-image: url("../images/tools/sprite-toolbar-3d.png"); } - -.object3DToolContainer input.tag-type:active { border: 1px solid transparent; } - -.object3DToolContainer input.tag-type:hover { opacity: 1.0; -webkit-box-shadow: 0px 0px 4px #fff; } - -.object3DToolContainer input.tag-type:checked { background-color: transparent; opacity: 1.0; cursor: default; -webkit-box-shadow: none; } - -.object3DToolContainer input.rotateLocally { background-position: -20px 0px; } - -.object3DToolContainer input.rotateLocally:checked { background-position: -20px -20px; } - -.object3DToolContainer input.rotateGlobally { background-position: 0px 0px; } - -.object3DToolContainer input.rotateGlobally:checked { background-position: 0px -20px; } +.object3DToolContainer input.rotateGlobally { background-image: url("../images/optionsbar/options3D/rotate-globally.png"); } .optionsSelectionTool button { padding-top: 0px; } -- cgit v1.2.3