diff options
Diffstat (limited to 'scss/imports')
-rwxr-xr-x | scss/imports/scss/_Tools.scss | 42 |
1 files changed, 2 insertions, 40 deletions
diff --git a/scss/imports/scss/_Tools.scss b/scss/imports/scss/_Tools.scss index d068fd2e..c63e695d 100755 --- a/scss/imports/scss/_Tools.scss +++ b/scss/imports/scss/_Tools.scss | |||
@@ -337,49 +337,11 @@ input[type="radio"]:disabled { | |||
337 | } | 337 | } |
338 | 338 | ||
339 | // object 3D container styles | 339 | // object 3D container styles |
340 | .object3DToolContainer input.tag-type { | ||
341 | background: none; | ||
342 | width: 20px; | ||
343 | height: 20px; | ||
344 | display: block; | ||
345 | float: left; | ||
346 | margin: 0px; | ||
347 | margin-right: 5px; | ||
348 | background-repeat: no-repeat; | ||
349 | opacity: 0.8; | ||
350 | text-indent: -9999px; | ||
351 | cursor: pointer; | ||
352 | -webkit-border-radius: 3px; | ||
353 | -webkit-user-select: none; | ||
354 | border: 1px solid transparent; | ||
355 | } | ||
356 | .object3DToolContainer input.tag-type { | ||
357 | background-image: url("../images/tools/sprite-toolbar-3d.png"); | ||
358 | } | ||
359 | .object3DToolContainer input.tag-type:active { | ||
360 | border: 1px solid transparent; | ||
361 | } | ||
362 | .object3DToolContainer input.tag-type:hover { | ||
363 | opacity: 1.0; | ||
364 | -webkit-box-shadow: 0px 0px 4px #fff; | ||
365 | } | ||
366 | .object3DToolContainer input.tag-type:checked { | ||
367 | background-color: transparent; | ||
368 | opacity: 1.0; | ||
369 | cursor: default; | ||
370 | -webkit-box-shadow: none; | ||
371 | } | ||
372 | .object3DToolContainer input.rotateLocally { | 340 | .object3DToolContainer input.rotateLocally { |
373 | background-position: -20px 0px; | 341 | background-image: url("../images/optionsbar/options3D/rotate-locally.png"); |
374 | } | ||
375 | .object3DToolContainer input.rotateLocally:checked { | ||
376 | background-position: -20px -20px; | ||
377 | } | 342 | } |
378 | .object3DToolContainer input.rotateGlobally { | 343 | .object3DToolContainer input.rotateGlobally { |
379 | background-position: 0px 0px; | 344 | background-image: url("../images/optionsbar/options3D/rotate-globally.png"); |
380 | } | ||
381 | .object3DToolContainer input.rotateGlobally:checked { | ||
382 | background-position: 0px -20px; | ||
383 | } | 345 | } |
384 | 346 | ||
385 | // Selection Tool Options Styles | 347 | // Selection Tool Options Styles |