From c48eeb01bd726895dc577d8b843b2a75883eee07 Mon Sep 17 00:00:00 2001 From: Ananya Sen Date: Fri, 10 Feb 2012 16:03:52 -0800 Subject: Merge from /joseeight/ninja-internal/tree/FileIO Signed-off-by: Ananya Sen --- js/panels/Timeline/Keyframe.reel/css/Keyframe.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 js/panels/Timeline/Keyframe.reel/css/Keyframe.css (limited to 'js/panels/Timeline/Keyframe.reel/css/Keyframe.css') 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 @@ +.tween_keyframe{ + position: absolute; + height: 16px; + width: 5px; + background-color: white; + z-index: 23; + border-radius: 3px; +} + +.tween_keyframe.keyframeSelected{ + background-color: #570e19; + border-style: solid; + border-width: thin; + border-color: #d6d1cf; +} \ No newline at end of file -- cgit v1.2.3