2014-11-24 18:11:03 -05:00
|
|
|
.select2-selection--single {
|
|
|
|
box-sizing: border-box;
|
2014-08-27 11:33:33 -04:00
|
|
|
|
2014-11-24 18:11:03 -05:00
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
2014-08-27 11:33:33 -04:00
|
|
|
|
2014-11-24 18:11:03 -05:00
|
|
|
height: 28px;
|
2014-08-27 11:33:33 -04:00
|
|
|
|
2014-11-24 18:11:03 -05:00
|
|
|
user-select: none;
|
|
|
|
-webkit-user-select: none;
|
2014-08-28 19:54:01 -04:00
|
|
|
|
2014-11-24 18:11:03 -05:00
|
|
|
.select2-selection__rendered {
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
padding-left: 8px;
|
2014-11-26 22:30:31 -05:00
|
|
|
padding-right: 20px;
|
2014-11-24 18:11:03 -05:00
|
|
|
text-overflow: ellipsis;
|
2014-08-27 11:33:33 -04:00
|
|
|
}
|
|
|
|
}
|
2014-12-17 21:22:14 -05:00
|
|
|
|
|
|
|
&[dir="rtl"] {
|
|
|
|
.select2-selection--single {
|
|
|
|
.select2-selection__rendered {
|
|
|
|
padding-right: 8px;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|