diff options
author | Jon Reid | 2012-06-25 11:59:50 -0700 |
---|---|---|
committer | Jon Reid | 2012-06-25 11:59:50 -0700 |
commit | d021013f6ffb691127229116ed961cb5f4acaf2c (patch) | |
tree | 79add7537070d7b1c3a36197b3c95ac8ff8c0ca0 /js/panels/Timeline/TimelinePanel.reel/scss | |
parent | 831e3058a9d58c5e56066d2ff90e572be17d6f7e (diff) | |
download | ninja-d021013f6ffb691127229116ed961cb5f4acaf2c.tar.gz |
Timeline: CSS fixes.
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; |