You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
608 B

body {
background-color: rgba(0, 0, 0, 0.0);
height: 100%;
}
input[type=text] {
font-size: 16px;
text-align: left;
}
#wrapper {
display: flex;
justify-content: center;
align-items: center;
}
#search-wrapper {
position: relative;
display: inline-block;
font-size: 8px;
}
#addrlist {
position: absolute;
z-index: 99;
top: 100%;
left: 0;
right: 0;
background-color: white;
}
#addrlist li {
margin-left: 0px;
}
#addrlist li:hover,
#addrlist li.fake-hover {
background-color: lightgrey;
}
input {
padding: 5px;
border-radius: 10px;
}
input[type=submit] {
border: none;
}