Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

button style none

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #button #style
ADD COMMENT
Topic
Name
2+3 =