Added search bar
This commit is contained in:
parent
a9dd23a52c
commit
a4ab7b6442
5 changed files with 111 additions and 13 deletions
|
|
@ -65,3 +65,16 @@ body{
|
|||
.check.small{
|
||||
font-size:17px;
|
||||
}
|
||||
|
||||
input[type="text"], input[type="password"]{
|
||||
display: block;
|
||||
width: 100%;
|
||||
background: #222;
|
||||
color: white;
|
||||
outline: none;
|
||||
border: none;
|
||||
font-size: 1.1em;
|
||||
padding: 2px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -149,4 +149,21 @@ header #new-file .btn-svg svg {
|
|||
.file-type[data-type="CSS"]{
|
||||
color: #15a0dc
|
||||
}
|
||||
.file.filtered{
|
||||
display: none;
|
||||
}
|
||||
|
||||
#search-bar-container{
|
||||
margin: 8px;
|
||||
}
|
||||
#search-bar{
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#result-number-container{
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -4,16 +4,3 @@ main{
|
|||
margin: 10px;
|
||||
}
|
||||
|
||||
input[type="text"], input[type="password"]{
|
||||
display: block;
|
||||
width: 100%;
|
||||
background: #222;
|
||||
color: white;
|
||||
outline: none;
|
||||
border: none;
|
||||
font-size: 1.1em;
|
||||
padding: 2px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue