app/assets/stylesheets/admin/plugins/_select2.scss in spree_backend-2.0.13 vs app/assets/stylesheets/admin/plugins/_select2.scss in spree_backend-2.1.0
- old
+ new
@@ -61,19 +61,21 @@
&:before {
@extend [class^="icon-"]:before;
position: absolute;
- top: 16px;
+ top: 13px;
left: 13px;
}
input {
@extend input[type="text"];
-
- padding: 6px 0 6px 25px;
- margin: 5px 0 0 5px;
+ margin-top: 5px;
+ margin-left: -6px;
+ padding-left: 25px;
+ padding-top: 6px;
+ padding-bottom: 6px;
font-family: $base-font-family;
font-size: 90%;
box-shadow: none;
background-image: none;
}
@@ -97,21 +99,16 @@
content: "\f0d7";
}
}
}
-.select2-results {
+.select2-results {
padding-left: 0 !important;
li {
font-size: 85% !important;
-
- &:nth-child(odd) {
- background: #efefef;
- }
-
&.select2-highlighted {
.select2-result-label {
&, h6 {
color: $color-1 !important;
}
@@ -134,10 +131,10 @@
text-transform: uppercase;
}
}
.select2-highlighted {
- background-color: $color-sel-bg !important;
+ background-color: $color-sel-bg;
}
}
.select2-container-multi {
&.select2-container-active, &.select2-dropdown-open {