aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Layer.reel/scss/Layer.scss
diff options
context:
space:
mode:
authorJonathan Duran2012-02-25 16:20:16 -0800
committerJonathan Duran2012-02-25 16:20:16 -0800
commit4e15de39bc1ea1a4c1141373d08b858b20106987 (patch)
treeef3030d561a0bef731f84078d5ece503cd60f37e /js/panels/Timeline/Layer.reel/scss/Layer.scss
parent1bc2de516c86f67c2107bd50df0589a273f4c5ab (diff)
parentf14bc1ace048e46cbcb7148dbe37a5d2065a3779 (diff)
downloadninja-4e15de39bc1ea1a4c1141373d08b858b20106987.tar.gz
Merge branch 'refs/heads/Timeline-local' into Timeline
Diffstat (limited to 'js/panels/Timeline/Layer.reel/scss/Layer.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 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;