17 lines
321 B
CSS
17 lines
321 B
CSS
|
/**
|
||
|
* @file
|
||
|
* Location element styles.
|
||
|
*
|
||
|
* @see /webform/test_element_location
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* Remove power by Google.
|
||
|
*
|
||
|
* @see http://stackoverflow.com/questions/12327651/how-to-remove-the-powered-by-google-logo-in-the-google-map-autocomplete-dropdo
|
||
|
*/
|
||
|
.pac-container:after {
|
||
|
background-image: none;
|
||
|
height: 0;
|
||
|
}
|