summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/farmer/all.less
blob: effff6f54dc24fa7e915ddd844e9c601fcf2e64a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@import "css/chosen.less";

.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-rtl .chosen-search input[type="text"] {
    background-image: url(css/chosen-sprite.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    background-image: url(css/chosen-sprite.png);
}