|
@@ -16,14 +16,6 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .select2-selection__placeholder {
|
|
|
|
- color: #999;
|
|
|
|
-
|
|
|
|
- margin-top: 5px;
|
|
|
|
-
|
|
|
|
- float: left;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
.select2-selection__clear {
|
|
.select2-selection__clear {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
float: right;
|
|
float: right;
|
|
@@ -63,7 +55,7 @@
|
|
|
|
|
|
&[dir="rtl"] {
|
|
&[dir="rtl"] {
|
|
.select2-selection--multiple {
|
|
.select2-selection--multiple {
|
|
- .select2-selection__choice, .select2-selection__placeholder, .select2-search--inline {
|
|
|
|
|
|
+ .select2-selection__choice, .select2-search--inline {
|
|
float: right;
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
|