diff options
author | Valerio Virgillito | 2012-06-05 15:20:13 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-05 15:20:13 -0700 |
commit | b23a684a6aba38946867463bbbf4184ba2a2ff4a (patch) | |
tree | da14f63082178ca11c908c008d475ac2d20006c2 /js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css | |
parent | 783097854612a292ac1be18ff15d88343013f773 (diff) | |
parent | 7b02dcf3ae97674bd8d87ad9909abcb439350b61 (diff) | |
download | ninja-b23a684a6aba38946867463bbbf4184ba2a2ff4a.tar.gz |
Merge pull request #267 from mqg734/ToolOptions
Updated ink bottle and fill tools to support tool options checkboxes and materials.
Diffstat (limited to 'js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css')
-rwxr-xr-x | js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css b/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css index 3dba17b6..dae64eb3 100755 --- a/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css +++ b/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css | |||
@@ -8,18 +8,3 @@ | |||
8 | .inkBottleOptions select.nj-skinned { | 8 | .inkBottleOptions select.nj-skinned { |
9 | margin-top: 2px; | 9 | margin-top: 2px; |
10 | } | 10 | } |
11 | |||
12 | .inkBottleOptions label.disabled { | ||
13 | color:#999999; | ||
14 | } | ||
15 | |||
16 | .inkBottleOptions label.disabled:hover { | ||
17 | color:#999999; | ||
18 | background-color: transparent; | ||
19 | cursor:default; | ||
20 | } | ||
21 | |||
22 | .inkBottleOptions div.disabled:hover { | ||
23 | background-color: transparent; | ||
24 | cursor:default; | ||
25 | } | ||