mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
use background-color just in case
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user