1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 02:41:27 +02:00

feat(admin-plugin): update styles for select2 module #211

This commit is contained in:
Awilum
2020-02-09 15:37:18 +03:00
parent c6725a93ec
commit 9f4d5a6ba7

View File

@@ -46,6 +46,13 @@
@apply border-dark bg-dark text-white opacity-90 rounded-none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
margin-right: 5px;
padding-right: 5px;
@apply border-gray-900 border-r border-solid;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:hover
{
@apply border-black bg-black text-white opacity-100;