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 :: visibility 
Css :: active pseudo class in css not working in form text area 
Css :: duplicate box-shadow on element inner and outer 
Css :: media max width css 
Css :: make background image full width 
Css :: move div down css 
Css :: two background css 
Css :: html input background color 
Css :: align button to bottom of div 
Css :: Hide Google Recaptcha V3 | how to hide the reCaptcha v3 badge 
Css :: background color transparent 
Css :: css text stroke 
Css :: degradado color css 
Css :: bot page description background selector top.gg 
Css :: html button scale to fit text 
Css :: css selected color 
Css :: multiple values in @media 
Css :: css fit iframe to div 
Css :: Push an existing folder to git 
Css :: text area focus css 
Css :: css super smooth shadow 
Css :: onclick jquery add css 
Css :: how to evenly space icons in a div css 
Css :: remove cursor pointer css 
Css :: css text properties 
Css :: background size in css 
Css :: relier css html 
Css :: create notification badge in css 
Css :: How To Disable Swipe To Go Back In Chrome or any browser 
Css :: how to add font otf format in html 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =