1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-15 17:44:17 +02:00

fix(admin-plugin): fix select2 search input styles

This commit is contained in:
Awilum
2020-02-29 20:57:02 +03:00
parent 50eea9291e
commit 256ca81cf5

View File

@@ -1,4 +1,13 @@
/* purgecss start ignore */
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
.select2-container
{
@apply outline-none block;