diff options
Diffstat (limited to 'js/panels/Timeline/Layer.reel/scss/Layer.scss')
-rw-r--r-- | js/panels/Timeline/Layer.reel/scss/Layer.scss | 6 |
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; |