|
@@ -91,6 +91,26 @@
|
|
|
margin-right: 10px; }
|
|
|
.select2-container--default .select2-selection--single .select2-selection__placeholder {
|
|
|
color: #999; }
|
|
|
+ .select2-container--default .select2-selection--single .select2-selection__arrow {
|
|
|
+ height: 26px;
|
|
|
+ position: absolute;
|
|
|
+ top: 1px;
|
|
|
+ right: 1px;
|
|
|
+ width: 20px; }
|
|
|
+ .select2-container--default .select2-selection--single .select2-selection__arrow b {
|
|
|
+ border-color: #888 transparent transparent transparent;
|
|
|
+ border-style: solid;
|
|
|
+ border-width: 5px 4px 0 4px;
|
|
|
+ height: 0;
|
|
|
+ left: 50%;
|
|
|
+ margin-left: -4px;
|
|
|
+ margin-top: -2px;
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ width: 0; }
|
|
|
+.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
|
|
|
+ border-color: transparent transparent #888 transparent;
|
|
|
+ border-width: 0 4px 5px 4px; }
|
|
|
.select2-container--default .select2-selection--multiple {
|
|
|
background-color: white;
|
|
|
border: 1px solid #aaa;
|
|
@@ -168,17 +188,49 @@
|
|
|
margin-right: 10px; }
|
|
|
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
|
|
|
color: #999; }
|
|
|
+ .select2-container--classic .select2-selection--single .select2-selection__arrow {
|
|
|
+ background-color: #ddd;
|
|
|
+ border: none;
|
|
|
+ border-left: 1px solid #aaa;
|
|
|
+ border-top-right-radius: 4px;
|
|
|
+ border-bottom-right-radius: 4px;
|
|
|
+ height: 26px;
|
|
|
+ position: absolute;
|
|
|
+ top: 1px;
|
|
|
+ right: 1px;
|
|
|
+ width: 20px;
|
|
|
+ background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
|
|
|
+ background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
|
|
|
+ background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
|
|
|
+ background-repeat: repeat-x;
|
|
|
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#ccc', GradientType=0); }
|
|
|
+ .select2-container--classic .select2-selection--single .select2-selection__arrow b {
|
|
|
+ border-color: #888 transparent transparent transparent;
|
|
|
+ border-style: solid;
|
|
|
+ border-width: 5px 4px 0 4px;
|
|
|
+ height: 0;
|
|
|
+ left: 50%;
|
|
|
+ margin-left: -4px;
|
|
|
+ margin-top: -2px;
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ width: 0; }
|
|
|
.select2-container--classic.select2-container--open .select2-selection--single {
|
|
|
border: 1px solid #5897fb;
|
|
|
+ border-bottom: none;
|
|
|
+ border-bottom-left-radius: 0;
|
|
|
+ border-bottom-right-radius: 0;
|
|
|
background-image: -webkit-linear-gradient(top, #eee 50%, #ffffff 100%);
|
|
|
background-image: -o-linear-gradient(top, #eee 50%, #ffffff 100%);
|
|
|
background-image: linear-gradient(to bottom, #eee 50%, #ffffff 100%);
|
|
|
background-repeat: repeat-x;
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#ffffff', GradientType=0); }
|
|
|
-.select2-container--classic.select2-container--open .select2-selection--single {
|
|
|
- border-bottom: none;
|
|
|
- border-bottom-left-radius: 0;
|
|
|
- border-bottom-right-radius: 0; }
|
|
|
+ .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
|
|
|
+ background: transparent;
|
|
|
+ border: none; }
|
|
|
+ .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
|
|
|
+ border-color: transparent transparent #888 transparent;
|
|
|
+ border-width: 0 4px 5px 4px; }
|
|
|
.select2-container--classic .select2-selection--multiple {
|
|
|
background-color: white;
|
|
|
border: 1px solid #aaa;
|