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 dda0c951..1e574cc0 100644 --- a/js/panels/Timeline/Layer.reel/scss/Layer.scss +++ b/js/panels/Timeline/Layer.reel/scss/Layer.scss | |||
@@ -197,12 +197,18 @@ | |||
197 | .collapsible-content .layout-table:first-child { | 197 | .collapsible-content .layout-table:first-child { |
198 | border-top: 1px solid $color-menu-divider; | 198 | border-top: 1px solid $color-menu-divider; |
199 | } | 199 | } |
200 | |||
201 | .collapsible-content .hottextunit { | ||
202 | width: auto; | ||
203 | } | ||
200 | .collapsible-transition { | 204 | .collapsible-transition { |
201 | -webkit-transition-property: height; | 205 | -webkit-transition-property: height; |
202 | -webkit-transition-duration: 200ms; | 206 | -webkit-transition-duration: 200ms; |
203 | -webkit-transition-timing-function: ease-in; | 207 | -webkit-transition-timing-function: ease-in; |
204 | } | 208 | } |
205 | 209 | ||
210 | |||
211 | |||
206 | .editable2 { | 212 | .editable2 { |
207 | height: 20px; | 213 | height: 20px; |
208 | background-color: $color-panel-hilite-text !IMPORTANT; | 214 | background-color: $color-panel-hilite-text !IMPORTANT; |