mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
search: remove additional X in filled out search box in IE11 #190
This commit is contained in:
parent
c2f2c991e3
commit
c2bed887db
1 changed files with 10 additions and 0 deletions
|
@ -1451,8 +1451,18 @@ h6 a {
|
||||||
#select-variant-container{
|
#select-variant-container{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* clears the 'X' from Internet Explorer's search input */
|
||||||
|
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's search input */
|
||||||
|
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; }
|
||||||
|
|
||||||
.footerLangSwitch,
|
.footerLangSwitch,
|
||||||
.footerVariantSwitch,
|
.footerVariantSwitch,
|
||||||
.footerVisitedLinks,
|
.footerVisitedLinks,
|
||||||
|
|
Loading…
Reference in a new issue