Search
 
SCRIPT & CODE EXAMPLE
 

CSS

input type search remove x

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
Comment

PREVIOUS NEXT
Code Example
Css :: textview android text align center 
Css :: create a specific form size and center in css 
Css :: media queries w3schools 
Css :: how to slow down hover effect css 
Css :: meyer-reset css cdn 
Css :: remove the glow in bootstrap input 
Css :: css centrar imagen 
Css :: overflow text newline 
Css :: css center vertically and horizontally 
Css :: grid direction 
Css :: how to make image a circle css 
Css :: half circle css 
Css :: how to make horizontal rule dotted 
Css :: css selector start with 
Css :: variables scss en calc() 
Css :: remove list bullet css 
Css :: css breakpoints 
Css :: symfony version check 
Css :: css safari conditional 
Css :: website make text not highlightable 
Css :: css make text transparent 
Css :: css animate flashing 
Css :: css border top 
Css :: center align div vertically and horizontally css 
Css :: How to find the key of the largest value hash? 
Css :: css remove scrollbars 
Css :: css click through an element 
Css :: css border botttom 
Css :: have an item span multiple columns css grid 
Css :: how to get all values from object in javascript 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =