mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
6
themes/atom-light-ui/overlay.css
Normal file
6
themes/atom-light-ui/overlay.css
Normal file
@@ -0,0 +1,6 @@
|
||||
.overlay {
|
||||
background-color: #e5e5e5;
|
||||
border-top: 1px solid #979797;
|
||||
color: #333;
|
||||
padding: 10px;
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
'stylesheets': [
|
||||
'atom.css'
|
||||
'editor.css'
|
||||
'overlay.css'
|
||||
'select-list.css'
|
||||
'tree-view.css'
|
||||
'tabs.css'
|
||||
|
||||
Reference in New Issue
Block a user