mirror of
https://github.com/atom/atom.git
synced 2026-02-05 04:05:05 -05:00
15 lines
291 B
CSS
15 lines
291 B
CSS
.status-bar {
|
|
background-color: #e5e5e5;
|
|
border-top: 1px solid #959595;
|
|
color: #333;
|
|
}
|
|
|
|
.status-bar .git-status.octicons.modified-status-icon {
|
|
color: #f78a46;
|
|
display: inline-block;
|
|
}
|
|
|
|
.status-bar .git-status.octicons.new-status-icon {
|
|
color: #5293d8;
|
|
display: inline-block;
|
|
} |