mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-04 11:30:38 -05:00
Hide the clear button for input type search
This commit is contained in:
@@ -49,3 +49,16 @@ input:focus {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Hide the clear button for input type "search" */
|
||||
input[type="search"]::-webkit-search-cancel-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
input[type="search"]::-ms-clear {
|
||||
display: none;
|
||||
}
|
||||
|
||||
input[type="search"]::-ms-reveal {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user