mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
13 lines
173 B
CSS
13 lines
173 B
CSS
.status-bar {
|
|
background: black;
|
|
color: white;
|
|
padding: 5px;
|
|
position: relative;
|
|
}
|
|
|
|
.status-bar .cursor-position {
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 5px;
|
|
}
|