aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Layer.reel/scss
diff options
context:
space:
mode:
authorJon Reid2012-02-23 17:06:48 -0800
committerJon Reid2012-02-23 17:06:48 -0800
commit0b18fb2fef124a26204d5dba90cd82c975b69df3 (patch)
treea7000ef9547b2c95ba5706b1a378459e4bbcfb6a /js/panels/Timeline/Layer.reel/scss
parent0327073eff62d4b800206ba0f3ba2140ae5da8bc (diff)
downloadninja-0b18fb2fef124a26204d5dba90cd82c975b69df3.tar.gz
Timeline: Add hottext fields to layers and serialize them throughout.
Diffstat (limited to 'js/panels/Timeline/Layer.reel/scss')
-rw-r--r--js/panels/Timeline/Layer.reel/scss/Layer.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/panels/Timeline/Layer.reel/scss/Layer.scss b/js/panels/Timeline/Layer.reel/scss/Layer.scss
index c66a6267..0a83028b 100644
--- a/js/panels/Timeline/Layer.reel/scss/Layer.scss
+++ b/js/panels/Timeline/Layer.reel/scss/Layer.scss
@@ -191,12 +191,18 @@
191.collapsible-content .layout-table:first-child { 191.collapsible-content .layout-table:first-child {
192 border-top: 1px solid $color-menu-divider; 192 border-top: 1px solid $color-menu-divider;
193} 193}
194
195.collapsible-content .hottextunit {
196 width: auto;
197}
194.collapsible-transition { 198.collapsible-transition {
195 -webkit-transition-property: height; 199 -webkit-transition-property: height;
196 -webkit-transition-duration: 200ms; 200 -webkit-transition-duration: 200ms;
197 -webkit-transition-timing-function: ease-in; 201 -webkit-transition-timing-function: ease-in;
198} 202}
199 203
204
205
200.editable2 { 206.editable2 {
201 height: 20px; 207 height: 20px;
202 background-color: $color-panel-hilite-text !IMPORTANT; 208 background-color: $color-panel-hilite-text !IMPORTANT;