use background-color just in case

This commit is contained in:
Justin Palmer
2013-02-01 08:59:17 -08:00
parent 4f6f95ef42
commit 3c654c67e2
2 changed files with 2 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ class EditorStatsView extends ScrollView
@command 'core:cancel', @detach
@statusBar = @rootView.find('.status-bar')
@css 'background', @statusBar.css('background')
@css 'background', @statusBar.css('background-color')
date = new Date(startDate)
future = new Date(date.getTime() + (36e5 * hours))

View File

@@ -2,6 +2,7 @@
padding: 5px;
box-sizing: border-box;
border-top: 1px solid rgba(255, 255, 255, 0.05);
z-index: 9999;
}
.editor-stats {