Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

remove style of button

<button class="no-style"></button>

.no-style {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
 
PREVIOUS NEXT
Tagged: #remove #style #button
ADD COMMENT
Topic
Name
4+6 =