|
@@ -155,11 +155,18 @@
|
|
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
|
|
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
|
|
list-style: none;
|
|
list-style: none;
|
|
margin: 0;
|
|
margin: 0;
|
|
- padding: 0 5px; }
|
|
|
|
|
|
+ padding: 0 5px;
|
|
|
|
+ width: 100%; }
|
|
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
|
|
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
|
|
color: #999;
|
|
color: #999;
|
|
margin-top: 5px;
|
|
margin-top: 5px;
|
|
float: left; }
|
|
float: left; }
|
|
|
|
+ .select2-container--default .select2-selection--multiple .select2-selection__clear {
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ float: right;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ margin-top: 5px;
|
|
|
|
+ margin-right: 10px; }
|
|
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
|
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
|
background-color: #e4e4e4;
|
|
background-color: #e4e4e4;
|
|
border: 1px solid #aaa;
|
|
border: 1px solid #aaa;
|
|
@@ -316,6 +323,8 @@
|
|
list-style: none;
|
|
list-style: none;
|
|
margin: 0;
|
|
margin: 0;
|
|
padding: 0 5px; }
|
|
padding: 0 5px; }
|
|
|
|
+ .select2-container--classic .select2-selection--multiple .select2-selection__clear {
|
|
|
|
+ display: none; }
|
|
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
|
|
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
|
|
background-color: #e4e4e4;
|
|
background-color: #e4e4e4;
|
|
border: 1px solid #aaa;
|
|
border: 1px solid #aaa;
|