diff options
author | Jose Antonio Marquez | 2012-06-21 09:55:19 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-06-21 09:55:19 -0700 |
commit | bf6bed611714053aabc0d38978bddd62873d04aa (patch) | |
tree | f648fa7842f3dc6011da08aaab0bedb445d43b58 /js/panels/Timeline/Keyframe.reel/css | |
parent | 54b15b3c39835ea999d9ddd8038a5531630e266d (diff) | |
parent | c8fc6d15e1570e89243abe527cd149e354f7e11f (diff) | |
download | ninja-bf6bed611714053aabc0d38978bddd62873d04aa.tar.gz |
Merge branch 'refs/heads/Ninja-Internal' into FileIO
Diffstat (limited to 'js/panels/Timeline/Keyframe.reel/css')
-rw-r--r-- | js/panels/Timeline/Keyframe.reel/css/Keyframe.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/js/panels/Timeline/Keyframe.reel/css/Keyframe.css b/js/panels/Timeline/Keyframe.reel/css/Keyframe.css index ff5dae7a..5ea236e9 100644 --- a/js/panels/Timeline/Keyframe.reel/css/Keyframe.css +++ b/js/panels/Timeline/Keyframe.reel/css/Keyframe.css | |||
@@ -6,14 +6,19 @@ | |||
6 | 6 | ||
7 | .tween_keyframe{ | 7 | .tween_keyframe{ |
8 | position: absolute; | 8 | position: absolute; |
9 | height: 16px; | 9 | height: 8px; |
10 | width: 5px; | 10 | width: 8px; |
11 | top: 4px; | ||
11 | background-color: white; | 12 | background-color: white; |
12 | z-index: 23; | 13 | z-index: 23; |
13 | border-radius: 3px; | 14 | border-radius: 2px; |
15 | -webkit-transform: rotate(45deg); | ||
14 | } | 16 | } |
15 | 17 | ||
16 | .tween_keyframe.keyframeSelected{ | 18 | .tween_keyframe.keyframeSelected{ |
19 | height: 10px; | ||
20 | width: 10px; | ||
21 | top: 3px; | ||
17 | background-color: #570e19; | 22 | background-color: #570e19; |
18 | border-style: solid; | 23 | border-style: solid; |
19 | border-width: thin; | 24 | border-width: thin; |