Remove x
This commit is contained in:
parent
fcbd90222e
commit
f088f298ce
1 changed files with 8 additions and 0 deletions
|
|
@ -474,6 +474,14 @@ input[type="number"] {
|
|||
/* need this 1 pixel to fit the spinner controls in box */
|
||||
height: 22px;
|
||||
}
|
||||
/* 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; }
|
||||
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue