Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css changer la couleur de la sélection

::selection{
  background-color: #444;
  color: white;
}

/* Firefox */
::-moz-selection {
  background-color: #444;
  color: white;
}
Comment

PREVIOUS NEXT
Code Example
Css :: easyui datagrid header field color 
Css :: como hacer que me queden los nombres dentro de un formulario css 
Css :: css a tag id selector scrolls too far 
Css :: hover 
Css :: rendre une div scrollable 
Css :: how to allign li in row 
Css :: advanced selectors 
Css :: css change background color 
Css :: how to create polaroid effect in css 
Css :: css stopper une animation 
Css :: css preloader, preload website screen 
Css :: why is my css not working 
Css :: make element fit in page 
Css :: how to style links in css 
Css :: ipad pro css 
Css :: display flex 
Css :: using css custom properties root 
Css :: overlap section 
Css :: my customized css export chrome dev 
Css :: best css framework 
Css :: linking in css 
Css :: crop image in img 
Css :: how to call class in css 
Css :: box shadow css transition 
Css :: how to give css only to a paticular image 
Css :: Methods in Golang 
Css :: punderline none 
Css :: how to link to class in CSS 
Css :: css para paginado de ul 
Css :: Creating Intrinsic Ratios 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =