diff options
author | Jonathan Duran | 2012-07-17 09:30:22 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-07-17 09:30:22 -0700 |
commit | 53051672a62208fbc96957719d8285fac6431ed6 (patch) | |
tree | 79d542ee811044e8af2ef84aa0d6662c6eb895c4 /scss/imports/themes/_test.scss | |
parent | 7e2c2dbd040ed79a3f0678f91bd4b6db9cf69231 (diff) | |
parent | 5146f224258929415adf4a8022e492454b4e2476 (diff) | |
download | ninja-53051672a62208fbc96957719d8285fac6431ed6.tar.gz |
Merge branch 'refs/heads/NINJA-master' into TimelineUber
Conflicts:
js/panels/Timeline/DragDrop.js
js/panels/Timeline/Keyframe.reel/Keyframe.js
js/panels/Timeline/Layer.reel/Layer.js
js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js
js/panels/Timeline/Span.reel/Span.js
js/panels/Timeline/Style.reel/Style.js
js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js
js/panels/Timeline/Track.reel/Track.html
js/panels/Timeline/Track.reel/Track.js
js/panels/Timeline/Track.reel/css/Track.css
js/panels/Timeline/TrackSpacer.reel/TrackSpacer.html
js/panels/Timeline/TrackSpacer.reel/TrackSpacer.js
js/panels/Timeline/TrackSpacer.reel/css/TrackSpacer.css
js/panels/Timeline/Tween.reel/Tween.js
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'scss/imports/themes/_test.scss')
-rwxr-xr-x | scss/imports/themes/_test.scss | 73 |
1 files changed, 38 insertions, 35 deletions
diff --git a/scss/imports/themes/_test.scss b/scss/imports/themes/_test.scss index 0767c300..0c634bee 100755 --- a/scss/imports/themes/_test.scss +++ b/scss/imports/themes/_test.scss | |||
@@ -1,32 +1,35 @@ | |||
1 | // <copyright> | 1 | @charset "UTF-8"; |
2 | Copyright (c) 2012, Motorola Mobility, Inc | ||
3 | All Rights Reserved. | ||
4 | BSD License. | ||
5 | |||
6 | Redistribution and use in source and binary forms, with or without | ||
7 | modification, are permitted provided that the following conditions are met: | ||
8 | |||
9 | - Redistributions of source code must retain the above copyright notice, | ||
10 | this list of conditions and the following disclaimer. | ||
11 | - Redistributions in binary form must reproduce the above copyright | ||
12 | notice, this list of conditions and the following disclaimer in the | ||
13 | documentation and/or other materials provided with the distribution. | ||
14 | - Neither the name of Motorola Mobility nor the names of its contributors | ||
15 | may be used to endorse or promote products derived from this software | ||
16 | without specific prior written permission. | ||
17 | 2 | ||
18 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | 3 | // <copyright> |
19 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 4 | // Copyright (c) 2012, Motorola Mobility LLC. |
20 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 5 | // All Rights Reserved. |
21 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | 6 | // |
22 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 7 | // Redistribution and use in source and binary forms, with or without |
23 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 8 | // modification, are permitted provided that the following conditions are met: |
24 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 9 | // |
25 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 10 | // * Redistributions of source code must retain the above copyright notice, |
26 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 11 | // this list of conditions and the following disclaimer. |
27 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 12 | // |
28 | POSSIBILITY OF SUCH DAMAGE. | 13 | // * Redistributions in binary form must reproduce the above copyright notice, |
29 | </copyright> | 14 | // this list of conditions and the following disclaimer in the documentation |
15 | // and/or other materials provided with the distribution. | ||
16 | // | ||
17 | // * Neither the name of Motorola Mobility LLC nor the names of its | ||
18 | // contributors may be used to endorse or promote products derived from this | ||
19 | // software without specific prior written permission. | ||
20 | // | ||
21 | // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
22 | // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
23 | // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
24 | // ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE | ||
25 | // LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | ||
26 | // CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | ||
27 | // SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | ||
28 | // INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | ||
29 | // CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | ||
30 | // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
31 | // POSSIBILITY OF SUCH DAMAGE. | ||
32 | // </copyright> | ||
30 | 33 | ||
31 | /* extra theme for use when developing the layouts so we can color items to discern them */ | 34 | /* extra theme for use when developing the layouts so we can color items to discern them */ |
32 | .applicationBodyBackground { | 35 | .applicationBodyBackground { |
@@ -39,13 +42,13 @@ POSSIBILITY OF SUCH DAMAGE. | |||
39 | } | 42 | } |
40 | 43 | ||
41 | .docAreaBackground { | 44 | .docAreaBackground { |
42 | color: black; | 45 | color: black; |
43 | background: black; | 46 | background: black; |
44 | } | 47 | } |
45 | 48 | ||
46 | .mainStageBackground { | 49 | .mainStageBackground { |
47 | color: white; | 50 | color: white; |
48 | background: gray; | 51 | background: gray; |
49 | } | 52 | } |
50 | 53 | ||
51 | .stageContentShadow { | 54 | .stageContentShadow { |
@@ -55,9 +58,9 @@ POSSIBILITY OF SUCH DAMAGE. | |||
55 | } | 58 | } |
56 | 59 | ||
57 | .panelBackground { | 60 | .panelBackground { |
58 | color: white; | 61 | color: white; |
59 | /*border: solid 1px #333;*/ | 62 | /*border: solid 1px #333;*/ |
60 | background: rgba(41,41,41,1); | 63 | background: rgba(41,41,41,1); |
61 | } | 64 | } |
62 | 65 | ||
63 | .panelCollapseControlBackground { | 66 | .panelCollapseControlBackground { |