aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Style.reel/scss/Style.scss
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-09 13:35:15 -0800
committerValerio Virgillito2012-02-09 13:35:15 -0800
commitcebd27bd649d01c8b8713651df3878da14b5e9a8 (patch)
tree3d20d838f2f6892a07cf16c4c959e234f96ee60b /js/panels/Timeline/Style.reel/scss/Style.scss
parent666ae3e9119410cbf7fa974274d95336aaff091c (diff)
parent2092acf520e3f346f15e42c76c2f616e7d094c97 (diff)
downloadninja-cebd27bd649d01c8b8713651df3878da14b5e9a8.tar.gz
Merge branch 'Timeline' of https://github.com/imix23ways/ninja-internal into feature-branch
Conflicts: js/helper-classes/RDGE/Materials/FlatMaterial.js Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels/Timeline/Style.reel/scss/Style.scss')
-rw-r--r--js/panels/Timeline/Style.reel/scss/Style.scss70
1 files changed, 70 insertions, 0 deletions
diff --git a/js/panels/Timeline/Style.reel/scss/Style.scss b/js/panels/Timeline/Style.reel/scss/Style.scss
new file mode 100644
index 00000000..f15f553d
--- /dev/null
+++ b/js/panels/Timeline/Style.reel/scss/Style.scss
@@ -0,0 +1,70 @@
1/* Layer.scss
2 * Main SCSS file for Layer component, compiled by SASS into the file css/Layer.css.
3 */
4
5// Import theme settings
6@import "../../../../../_scss/imports/themes/default/colors";
7@import "../../../../../_scss/imports/themes/default/mixins";
8
9// Import generic mixins and styles
10@import "../../../../../_scss/imports/scss/mixins";
11
12.hidden {
13 display: none;
14}
15.row-editor {
16 position: relative;
17 height: 14px;
18}
19.style-padding {
20 padding-left: 5px;
21 padding-top: 3px;
22 padding-right: 5px;
23}
24.style-row {
25 height: 20px;
26 border-bottom: 1px solid $color-menu-divider;
27}
28
29div.content-style div.editable2 {
30 height: 14px;
31 background-color: $color-panel-hilite-text !IMPORTANT;
32 color: $color-panel-hilite-bg !IMPORTANT;
33 border-width: 0px;
34 font-size: 11px;
35 overflow: hidden;
36 -webkit-user-select: text;
37 white-space: nowrap;
38 text-overflow: clip;
39 width: 100%;
40}
41.content-style.collapsible-content,
42.content-style.collapsible-content div,
43.content-style.collapsible-content span {
44 overflow: visible;
45 text-overflow: visible;
46}
47div.content-style div.cell-property,
48div.content-style div.cell-value {
49 width: 45%;
50 float: left;
51 height: 18px;
52 overflow: hidden;
53 text-overflow: ellipsis;
54 white-space: nowrap;
55 line-height: 18px;
56}
57div.content-style div.cell-property div {
58 min-width: 90%;
59 height: 100%;
60 overflow: hidden;
61 text-overflow: ellipsis;
62 white-space: nowrap;
63}
64
65div.content-style input.nj-skinned {
66 height: 10px;
67 font-size: 12px;
68 top: -3px;
69}
70