mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
17 lines
255 B
HTML
17 lines
255 B
HTML
<style>
|
|
#filefinder .filelist {
|
|
height: 100px;
|
|
overflow: hidden;
|
|
padding: 10px 0;
|
|
}
|
|
#filefinder .filelist .selected {
|
|
background-color: yellow;
|
|
}
|
|
</style>
|
|
|
|
<div id='filefinder'>
|
|
<input type='search'>
|
|
<br>
|
|
<ul class='filelist'>
|
|
</ul>
|
|
</div> |