aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Keyframe.reel/css/Keyframe.css
diff options
context:
space:
mode:
authorJohn Mayhew2012-02-10 16:04:19 -0800
committerJohn Mayhew2012-02-10 16:04:19 -0800
commit730c1e191e36b8ab8dba576c481a6585e0dfa69e (patch)
treec86445ff8d1981e97096ec5e9f6cc5301dc9ea40 /js/panels/Timeline/Keyframe.reel/css/Keyframe.css
parentcde1dd9a9156b9682fdf85ce2cd4acdd94124c37 (diff)
parent48977780443d97b9e97b047066639c9056788041 (diff)
downloadninja-730c1e191e36b8ab8dba576c481a6585e0dfa69e.tar.gz
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into WorkingBranch
Conflicts: js/ninja.reel/ninja.html
Diffstat (limited to 'js/panels/Timeline/Keyframe.reel/css/Keyframe.css')
-rw-r--r--js/panels/Timeline/Keyframe.reel/css/Keyframe.css15
1 files changed, 15 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..4afc1180
--- /dev/null
+++ b/js/panels/Timeline/Keyframe.reel/css/Keyframe.css
@@ -0,0 +1,15 @@
1.tween_keyframe{
2 position: absolute;
3 height: 16px;
4 width: 5px;
5 background-color: white;
6 z-index: 23;
7 border-radius: 3px;
8}
9
10.tween_keyframe.keyframeSelected{
11 background-color: #570e19;
12 border-style: solid;
13 border-width: thin;
14 border-color: #d6d1cf;
15} \ No newline at end of file