aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Layer.reel/scss/Layer.scss
diff options
context:
space:
mode:
authorValerio Virgillito2012-07-09 14:35:44 -0700
committerValerio Virgillito2012-07-09 14:35:44 -0700
commit84b3327bd92faafab7954b5eb64c7abe24a3fe13 (patch)
tree3f56cbed2f08c5a81ea79eaf0bcb9bd031d8a627 /js/panels/Timeline/Layer.reel/scss/Layer.scss
parentc0a42c56f768a873ba637f5b86d5f6a84d4a3312 (diff)
parent40c6eb2c06b34f65a74d59ef9687251952858bab (diff)
downloadninja-84b3327bd92faafab7954b5eb64c7abe24a3fe13.tar.gz
Merge branch 'normalize' of https://github.com/kriskowal/ninja-internal
Conflicts: js/components/gradientpicker.reel/gradientpicker.js js/components/tools-properties/text-properties.reel/text-properties.js js/document/views/base.js js/document/views/design.js js/helper-classes/3D/StageLine.js js/helper-classes/3D/draw-utils.js js/lib/drawing/world.js js/lib/geom/circle.js js/lib/geom/line.js js/lib/geom/rectangle.js js/lib/geom/shape-primitive.js js/lib/rdge/materials/bump-metal-material.js js/lib/rdge/materials/flag-material.js js/lib/rdge/materials/fly-material.js js/lib/rdge/materials/julia-material.js js/lib/rdge/materials/keleidoscope-material.js js/lib/rdge/materials/mandel-material.js js/lib/rdge/materials/material.js js/lib/rdge/materials/plasma-material.js js/lib/rdge/materials/pulse-material.js js/lib/rdge/materials/radial-gradient-material.js js/lib/rdge/materials/taper-material.js js/lib/rdge/materials/twist-vert-material.js js/lib/rdge/materials/water-material.js js/panels/Materials/materials-library-panel.reel/materials-library-panel.html js/panels/Materials/materials-library-panel.reel/materials-library-panel.js js/panels/Materials/materials-popup.reel/materials-popup.html js/panels/Materials/materials-popup.reel/materials-popup.js js/tools/LineTool.js Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels/Timeline/Layer.reel/scss/Layer.scss')
-rw-r--r--js/panels/Timeline/Layer.reel/scss/Layer.scss194
1 files changed, 97 insertions, 97 deletions
diff --git a/js/panels/Timeline/Layer.reel/scss/Layer.scss b/js/panels/Timeline/Layer.reel/scss/Layer.scss
index cf8def42..186232a2 100644
--- a/js/panels/Timeline/Layer.reel/scss/Layer.scss
+++ b/js/panels/Timeline/Layer.reel/scss/Layer.scss
@@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
33/* Layer.scss 33/* Layer.scss
34 * Main SCSS file for Layer component, compiled by SASS into the file css/Layer.css. 34 * Main SCSS file for Layer component, compiled by SASS into the file css/Layer.css.
35 */ 35 */
36 36
37// Import theme settings 37// Import theme settings
38@import "../../../../../scss/imports/themes/default/colors"; 38@import "../../../../../scss/imports/themes/default/colors";
39// @import "../../../../../scss/imports/themes/default/fonts"; 39// @import "../../../../../scss/imports/themes/default/fonts";
@@ -54,8 +54,8 @@ POSSIBILITY OF SUCH DAMAGE.
54 -webkit-box-orient: horizontal; 54 -webkit-box-orient: horizontal;
55} 55}
56.layerLabel.layerSelected { 56.layerLabel.layerSelected {
57 background-color: $color-panel-hilite-bg; 57 background-color: $color-panel-hilite-bg;
58 color: $color-panel-hilite-text; 58 color: $color-panel-hilite-text;
59} 59}
60.layerLabel{ 60.layerLabel{
61 width:100%; 61 width:100%;
@@ -100,208 +100,208 @@ POSSIBILITY OF SUCH DAMAGE.
100 100
101.container-layer, 101.container-layer,
102.container-layer.selected { 102.container-layer.selected {
103 background-color: $color-panel-bg; 103 background-color: $color-panel-bg;
104 color: $color-panel-text; 104 color: $color-panel-text;
105 font-size: 12px; 105 font-size: 12px;
106 text-shadow: 1px 1px 1px $color-app-shadow; 106 text-shadow: 1px 1px 1px $color-app-shadow;
107} 107}
108.selected .container-layer { 108.selected .container-layer {
109 background-color: $color-panel-bg; 109 background-color: $color-panel-bg;
110} 110}
111.selected .container-layer .label-layer { 111.selected .container-layer .label-layer {
112 background-color: $color-panel-hilite-bg; 112 background-color: $color-panel-hilite-bg;
113 color: $color-panel-hilite-text; 113 color: $color-panel-hilite-text;
114} 114}
115 115
116.userlayers .collapsible-label { 116.userlayers .collapsible-label {
117 display: block; 117 display: block;
118 height: 21px; 118 height: 21px;
119 line-height: 20px; 119 line-height: 20px;
120 color: $color-panel-text; 120 color: $color-panel-text;
121 margin-left: 80px; 121 margin-left: 80px;
122 margin-right: 40px; 122 margin-right: 40px;
123 white-space: nowrap; 123 white-space: nowrap;
124 overflow: hidden; 124 overflow: hidden;
125 text-overflow: ellipsis; 125 text-overflow: ellipsis;
126} 126}
127 127
128.userlayers .layer-tag { 128.userlayers .layer-tag {
129 position: absolute; 129 position: absolute;
130 top: 3px; 130 top: 3px;
131 left: 20px; 131 left: 20px;
132} 132}
133 133
134 134
135.layerSelected .label-layer { 135.layerSelected .label-layer {
136 background-color: $color-menu-hilite-bg; 136 background-color: $color-menu-hilite-bg;
137 color: $color-panel-hilite-text; 137 color: $color-panel-hilite-text;
138} 138}
139.content-layer { 139.content-layer {
140 background-color: $color-panel-bg; 140 background-color: $color-panel-bg;
141 color: $color-panel-text; 141 color: $color-panel-text;
142} 142}
143.content-layer .collapsible-label { 143.content-layer .collapsible-label {
144 background-position: 14px 5px; 144 background-position: 14px 5px;
145 border-width: 0px; 145 border-width: 0px;
146} 146}
147.label-layer, 147.label-layer,
148.label-position, 148.label-position,
149.label-transform, 149.label-transform,
150.label-style, 150.label-style,
151.label-styles { 151.label-styles {
152 position: relative; 152 position: relative;
153 border-bottom: 1px solid #505050; 153 border-bottom: 1px solid #505050;
154 cursor: pointer; 154 cursor: pointer;
155} 155}
156 156
157.content-layer .collapsible-label, 157.content-layer .collapsible-label,
158.content-layer .collapsible-content, 158.content-layer .collapsible-content,
159.content-layer .layer-tag { 159.content-layer .layer-tag {
160 font-size: 11px; 160 font-size: 11px;
161} 161}
162 162
163 163
164 164
165.label-layer .collapsible-label br, 165.label-layer .collapsible-label br,
166.content-style .editable br { 166.content-style .editable br {
167 display: none; 167 display: none;
168} 168}
169 169
170.collapsible-clicker { 170.collapsible-clicker {
171 position: absolute; 171 position: absolute;
172 width: 10px; 172 width: 10px;
173 height: 10px; 173 height: 10px;
174 top: 5px; 174 top: 5px;
175 left: 5px; 175 left: 5px;
176 margin: 0px; 176 margin: 0px;
177 padding: 0px; 177 padding: 0px;
178 background-image: url(../images/icon-open.png); 178 background-image: url(../images/icon-open.png);
179 background-repeat: no-repeat; 179 background-repeat: no-repeat;
180} 180}
181.collapsible-clicker.collapsible-collapsed { 181.collapsible-clicker.collapsible-collapsed {
182 background-image: url(../images/icon-collapsed.png); 182 background-image: url(../images/icon-collapsed.png);
183} 183}
184.collapsible-content .collapsible-clicker { 184.collapsible-content .collapsible-clicker {
185 left: 12px; 185 left: 12px;
186} 186}
187.container-layer .collapsible-content.collapsible-collapsed { 187.container-layer .collapsible-content.collapsible-collapsed {
188 height: 0px; 188 height: 0px;
189 overflow: hidden; 189 overflow: hidden;
190} 190}
191 191
192.label-layer .cssbutton, 192.label-layer .cssbutton,
193.label-style .cssbutton { 193.label-style .cssbutton {
194 width: 14px; 194 width: 14px;
195 height: 14px; 195 height: 14px;
196 overflow: hidden; 196 overflow: hidden;
197 position: absolute; 197 position: absolute;
198 background-repeat: no-repeat; 198 background-repeat: no-repeat;
199} 199}
200.label-layer .button-lock { 200.label-layer .button-lock {
201 background-image: url(../images/icon-lock.png); 201 background-image: url(../images/icon-lock.png);
202 top: 3px; 202 top: 3px;
203 right: 27px; 203 right: 27px;
204} 204}
205.label-layer .button-visible { 205.label-layer .button-visible {
206 background-image: url(../images/icon-eye.png); 206 background-image: url(../images/icon-eye.png);
207 top: 3px; 207 top: 3px;
208 right: 7px; 208 right: 7px;
209} 209}
210.label-style .button-add { 210.label-style .button-add {
211 background-image: url(../images/icon-plus.png); 211 background-image: url(../images/icon-plus.png);
212 width: 15px; 212 width: 15px;
213 height: 15px; 213 height: 15px;
214 top: 3px; 214 top: 3px;
215 right: 11px; 215 right: 11px;
216} 216}
217.label-style .button-delete { 217.label-style .button-delete {
218 background-image: url(../images/icon-minus.png); 218 background-image: url(../images/icon-minus.png);
219 width: 15px; 219 width: 15px;
220 height: 15px; 220 height: 15px;