diff options
author | Valerio Virgillito | 2012-07-23 17:53:15 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-07-23 17:53:15 -0700 |
commit | 3f7a5c3482ddb4e7a1b222df314dbc6baf59bb44 (patch) | |
tree | cf27926c5535b33ac7c0b492a54a6a1387b5de0f /scss | |
parent | 448668262b3e91ff5b8931c38c99631bcd25cd57 (diff) | |
parent | 94ff94677a961504125d5a954008f0063628e900 (diff) | |
download | ninja-3f7a5c3482ddb4e7a1b222df314dbc6baf59bb44.tar.gz |
Merge branch 'tag-properties-fixes' of https://github.com/mencio/ninja into v0.7.1
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 { |