Search
 
SCRIPT & CODE EXAMPLE
 

CSS

remove highlight input css

input.middle:focus {
    outline-width: 0;
}
Comment

css remove highlight on input text

/* removing the highlight on input text on select / click */
.some-class::selection {
    background-color: transparent;
}
Comment

PREVIOUS NEXT
Code Example
Css :: text stroke css 
Css :: blur background css 
Css :: multiple box shadows css 
Css :: stop anchor tag scroll to top of page 
Css :: linear gradient not covering entire page 
Css :: style scrollbar 
Css :: css focus change color 
Css :: gradient over background video 
Css :: padding-block css 
Css :: box shadow to table cell css 
Css :: command line download file from google drive 
Css :: purge tailwind 3 
Css :: responsive website css 
Css :: input type (submit, button, reset) css 
Css :: change text in a div css 
Css :: first-child 
Css :: fonmt family css 
Css :: how to center background image in css 
Css :: how to add default font css 
Css :: Cambiar el color de texto al hacer scroll css 
Css :: url css 
Css :: input of type radio css 
Css :: nuxt page transition 
Css :: @font-face 
Css :: grid template 
Css :: text-transform:capitalize; not workig 
Css :: cs cirlce 
Css :: how to style navbar-toggler-icon bootstrap 5 
Css :: aos makes screen unresponsive 
Css :: css 2 div cote à cote 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =