diff options
author | Valerio Virgillito | 2012-07-23 17:53:03 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-07-23 17:53:03 -0700 |
commit | e711a4ffaa87dc368908020d57053cf82eba6f39 (patch) | |
tree | a1b7e21b2bf6dadc8eceefbba447a3abb64a8b27 /scss | |
parent | a3f04ac0a68e428017dc51a1ba28c33f250adaf6 (diff) | |
parent | 94ff94677a961504125d5a954008f0063628e900 (diff) | |
download | ninja-e711a4ffaa87dc368908020d57053cf82eba6f39.tar.gz |
Merge branch 'tag-properties-fixes' of https://github.com/mencio/ninja
Diffstat (limited to 'scss')
-rwxr-xr-x | scss/imports/scss/_Tools.scss | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scss/imports/scss/_Tools.scss b/scss/imports/scss/_Tools.scss index 52d8ab46..5d935d69 100755 --- a/scss/imports/scss/_Tools.scss +++ b/scss/imports/scss/_Tools.scss | |||
@@ -351,16 +351,6 @@ input[type="radio"]:disabled { | |||
351 | position: relative; | 351 | position: relative; |
352 | } | 352 | } |
353 | 353 | ||
354 | .tagRadioButtons select.nj-skinned { | ||
355 | visibility: visible; | ||
356 | position: relative; | ||
357 | margin-top: 1px; | ||
358 | } | ||
359 | |||
360 | .tagRadioButtons select[disabled="true"].nj-skinned, | ||
361 | .tagRadioButtons select[disabled].nj-skinned { | ||
362 | visibility: hidden; | ||
363 | } | ||
364 | // End: styles for tag toolbar | 354 | // End: styles for tag toolbar |
365 | 355 | ||
366 | #zoomToolOptionHolder .zoomOutToolIcon { | 356 | #zoomToolOptionHolder .zoomOutToolIcon { |