mirror of
https://github.com/atom/atom.git
synced 2026-02-05 20:25:04 -05:00
22 lines
409 B
CSS
22 lines
409 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;
|
|
}
|
|
|
|
.status-bar .grammar-name:hover {
|
|
color: #000;
|
|
border: 1px solid rgba(50, 50, 50, 0.2);
|
|
border-radius: 2px;
|
|
}
|