diff options
Diffstat (limited to 'js/panels/Timeline/Keyframe.reel/css')
-rw-r--r-- | js/panels/Timeline/Keyframe.reel/css/Keyframe.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/js/panels/Timeline/Keyframe.reel/css/Keyframe.css b/js/panels/Timeline/Keyframe.reel/css/Keyframe.css new file mode 100644 index 00000000..ff5dae7a --- /dev/null +++ b/js/panels/Timeline/Keyframe.reel/css/Keyframe.css | |||
@@ -0,0 +1,21 @@ | |||
1 | /* <copyright> | ||
2 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
3 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
5 | </copyright> */ | ||
6 | |||
7 | .tween_keyframe{ | ||
8 | position: absolute; | ||
9 | height: 16px; | ||
10 | width: 5px; | ||
11 | background-color: white; | ||
12 | z-index: 23; | ||
13 | border-radius: 3px; | ||
14 | } | ||
15 | |||
16 | .tween_keyframe.keyframeSelected{ | ||
17 | background-color: #570e19; | ||
18 | border-style: solid; | ||
19 | border-width: thin; | ||
20 | border-color: #d6d1cf; | ||
21 | } \ No newline at end of file | ||