username@email.com
2021-11-15 e0e522aa69f69e0aa95f677fc083734281099df2
zhengcaioa/zhengcaioa/wwwroot/css/plugins/chosen/chosen.css
@@ -1,11 +1,11 @@
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com
Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com
MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
@@ -175,7 +175,7 @@
        margin: 0;
        padding: 5px 6px;
        list-style: none;
        line-height: 7px;
        line-height: 15px;
        -webkit-touch-callout: none;
    }
@@ -233,7 +233,8 @@
    min-height: 30px;
    overflow: hidden;
    padding: 2px;
    position: relative; box-sizing:border-box;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}
@@ -482,8 +483,23 @@
}
/* @end */
.chosen-container-single .chosen-single{ line-height:28px;}
.chosen-container-single .chosen-single div b{ background-position:0px 4px;}
.chosen-container-active.chosen-with-drop .chosen-single div b { background-position: -18px 4px; }
.chosen-container{ display:block;}
.chosen-container-multi .chosen-choices{min-height:30px; padding:0px;}
.chosen-container-single .chosen-single {
    line-height: 28px;
}
    .chosen-container-single .chosen-single div b {
        background-position: 0px 4px;
    }
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 4px;
}
.chosen-container {
    display: block;
}
.chosen-container-multi .chosen-choices {
    min-height: 30px;
    padding: 0px;
}