mirror of
https://github.com/atom/atom.git
synced 2026-02-07 21:25:05 -05:00
16 lines
225 B
CSS
16 lines
225 B
CSS
.file-finder {
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
background-color: #444;
|
|
color: #eee;
|
|
width: 100%;
|
|
}
|
|
|
|
.file-finder input {
|
|
width: 100%;
|
|
}
|
|
|
|
.file-finder li.selected {
|
|
background-color: green;
|
|
}
|