[search] improved button for geolocation

(now an actual button)
This commit is contained in:
fkloft
2016-08-26 17:42:54 +02:00
parent a18664cdb8
commit 43adcbeee9
3 changed files with 16 additions and 6 deletions

View File

@ -511,9 +511,19 @@ input[type="search"], input[type="url"] {
}
#buttongeolocation {
position: absolute;
top: 2px;
right: 2px;
cursor: pointer;
right: 0;
top: 0;
margin: 0;
border: 0 none transparent;
padding: 0 2px 0 0;
height: 100%;
background-color: transparent;
}
#buttongeolocation:focus {
outline: 1px dotted #ffce00;
}
#buttongeolocation img {
display: block;
}
#searchwrapper h3 {
font-size: 1em;