diff options
author | Armen Kesablyan | 2012-06-27 15:38:33 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-06-27 15:38:33 -0700 |
commit | 8eb74d31d3c9ac60d48312d8774fd02cad0c77af (patch) | |
tree | ae79629cedf9f683d77749a25988060ab9623216 /js/panels/Timeline/TimelinePanel.reel/scss | |
parent | ec6759f9821a5647905617e3992fdda1cea390ef (diff) | |
parent | 61a41e74154715b0b42a429158fa1f2a44d2eb9a (diff) | |
download | ninja-8eb74d31d3c9ac60d48312d8774fd02cad0c77af.tar.gz |
Merge branch 'Bindables_GIO' of https://github.com/ericguzman/ninja-internal
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel/scss')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss b/js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss index d4789d65..86e22779 100644 --- a/js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss +++ b/js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss | |||
@@ -261,6 +261,7 @@ | |||
261 | z-index: 92; | 261 | z-index: 92; |
262 | background-color: #b50003; | 262 | background-color: #b50003; |
263 | opacity: 0.5; | 263 | opacity: 0.5; |
264 | visibility: hidden; | ||
264 | } | 265 | } |
265 | .playheadmarker{ | 266 | .playheadmarker{ |
266 | height: 100%; | 267 | height: 100%; |
@@ -282,7 +283,7 @@ | |||
282 | border-top: #c7a19f thin solid; | 283 | border-top: #c7a19f thin solid; |
283 | border-right: #ffffff thin solid; | 284 | border-right: #ffffff thin solid; |
284 | } | 285 | } |
285 | .endhottext{ | 286 | .timelinegutter .endhottext{ |
286 | float: right; | 287 | float: right; |
287 | font-family: 'Droid Sans'; | 288 | font-family: 'Droid Sans'; |
288 | font-size: 12px; | 289 | font-size: 12px; |