aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css
diff options
context:
space:
mode:
authorKruti Shah2012-05-31 10:44:45 -0700
committerKruti Shah2012-05-31 10:44:45 -0700
commitc350cc1c060fdf17357ddadce024267943784593 (patch)
tree453f86e88f1ee1dfda6fb4b7cc7b17e306e39536 /js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css
parentfdc4f5c7f81ae3b9adeca2232e60268b4be594a2 (diff)
parent121d0e616f48aa7cd048763554089c20a1883d7a (diff)
downloadninja-c350cc1c060fdf17357ddadce024267943784593.tar.gz
Merge branch 'refs/heads/TimelineUberjd' into TimelineUber
Conflicts: js/panels/Timeline/Layer.reel/Layer.js Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
Diffstat (limited to 'js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css')
-rwxr-xr-xjs/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css17
1 files changed, 6 insertions, 11 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 a926a0b4..3dba17b6 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
@@ -4,27 +4,22 @@
4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. 4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5 </copyright> */ 5 </copyright> */
6 6
7.inkBottleProperties input[type="checkbox"].nj-skinned {
8 float:left;
9 margin-top:5px;
10}
11 7
12.inkBottleProperties select.nj-skinned { 8.inkBottleOptions select.nj-skinned {
13 float:left; 9 margin-top: 2px;
14 margin:2px 5px 0 0;
15} 10}
16 11
17.inkBottleProperties label.disabled { 12.inkBottleOptions label.disabled {
18 color:#999999; 13 color:#999999;
19} 14}
20 15
21.inkBottleProperties label.disabled:hover { 16.inkBottleOptions label.disabled:hover {
22 color:#999999; 17 color:#999999;
23 background-color: transparent; 18 background-color: transparent;
24 cursor:default; 19 cursor:default;
25} 20}
26 21
27.inkBottleProperties div.disabled:hover { 22.inkBottleOptions div.disabled:hover {
28 background-color: transparent; 23 background-color: transparent;
29 cursor:default; 24 cursor:default;
30} \ No newline at end of file 25}