PowerPan/leaflet-ais-tracksymbol-search

View on GitHub
src/leaflet-ais-tracksymbol-search.css

Summary

Maintainability
Test Coverage
/* 
    Author     : Johannes Rudolph
*/

.leaflet-control-AISTracksymbolSearch{
    min-height: 30px;
    text-align: left;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    background: none repeat scroll 0 0 #fff;
    color: #333;
    padding: 6px 10px 6px 6px;
}

.leaflet-control-aistracksymbolsearch-searchbutton{
    font-size: 1.5em;
    margin-left: 5px;
    cursor: pointer;
}