Sha256: c86045823e2672249e27e06aa93d0afeee7c1a5c296259a2d2f51c1fc4420171

Contents?: true

Size: 186 Bytes

Versions: 2

Compression:

Stored size: 186 Bytes

Contents

/* 
   Make webkit render the search input like a normal text field 
*/
@mixin reset-search-field {
	-webkit-appearance:textfield;
	::-webkit-search-decoration {
		display:none
	}
}




Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
stitch-0.0.3 stylesheets/stitch/patterns/forms/_search-fields.scss
compass-stitch-0.0.1 stylesheets/stitch/patterns/forms/_search-fields.scss