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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user