mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
12 lines
168 B
CSS
12 lines
168 B
CSS
.file-finder {
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
background-color: #444;
|
|
color: #eee;
|
|
width: 100%;
|
|
}
|
|
|
|
.file-finder input {
|
|
width: 100%;
|
|
}
|