Add overlay styles to atom-light-ui

Fixes #295
This commit is contained in:
Justin Palmer
2013-02-21 21:07:23 -08:00
parent f0c3b8f127
commit eefd99af5f
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
.overlay {
background-color: #e5e5e5;
border-top: 1px solid #979797;
color: #333;
padding: 10px;
}

View File

@@ -1,6 +1,7 @@
'stylesheets': [
'atom.css'
'editor.css'
'overlay.css'
'select-list.css'
'tree-view.css'
'tabs.css'