This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/modules/contrib/webform/css/webform.element.location.css

17 lines
321 B
CSS
Raw Normal View History

2017-03-16 15:29:07 +00:00
/**
* @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;
}