Search
 
SCRIPT & CODE EXAMPLE
 

CSS

button background color remove

.button {     
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;      
}
Comment

How to remove the blueish background on a button when clicked

button {
  -webkit-tap-highlight-color: transparent;
}
/* This did it for me */
Comment

PREVIOUS NEXT
Code Example
Css :: rotate div css 
Css :: loop scss 
Css :: transition css hover 
Css :: apple font css 
Css :: absolute vertical position css 
Css :: how to make text bold in css 
Css :: css ellipsis 
Css :: css percent minus pixel 
Css :: center div css 
Css :: how to use gradient as text color 
Css :: transfrom rotate 
Css :: mat slide toggle change color 
Css :: add space between text and underline 
Css :: How to prevent text overflow 
Css :: css make long text wrap 
Css :: prevent text from going to next line css 
Css :: css select last character 
Css :: how to remove the line below the link text css 
Css :: css reset style 
Css :: background color semi transparent 
Css :: Bootstap 5.2.0 cdn 
Css :: scrollbar change css 
Css :: css selector not checked input label 
Css :: how to make a glow effect in html 
Css :: css center grid 
Css :: unselectable css property 
Css :: ratio bootstrap 
Css :: hex code for khaki 
Css :: width clamp css 
Css :: how to make a div in top left in css 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =