123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- .select2-search input,
- .select2-search-field input{
- font-family: inherit !important;
- }
- .form-control .select2-choice {
- border: 0;
- border-radius: 2px;
- height: 32px;
- line-height: 32px;
- background-image: none !important;
- background-color: transparent !important;
- }
- .form-control.input-sm .select2-choice{
- height: 28px;
- line-height: 28px;
- }
- .form-control .select2-choice .select2-arrow {
- border-radius: 0 2px 2px 0;
- background-image: none;
- background-color: #f8f8f8;
- border-color: #ddd;
- }
- .form-control .select2-choice .select2-arrow b{
- background-position: 0 3px;
- }
- .form-control.input-sm .select2-choice .select2-arrow b{
- background-position: 0 1px;
- }
- .form-control.select2-container {
- height: auto !important;
- padding: 0;
- }
- .form-control.select2-container.select2-dropdown-open {
- border-color: #5897FB;
- border-radius: 3px 3px 0 0;
- }
- .form-control .select2-container.select2-dropdown-open .select2-choices {
- border-radius: 3px 3px 0 0;
- }
- .form-control.select2-container .select2-choices {
- border: 0 !important;
- border-radius: 3px;
- background-image: none;
- }
- .form-control.select2-container-multi .select2-choices .select2-search-choice{
- margin-top: 5px;
- margin-bottom: 1px;
- background-image: none;
- background-color: #f7f7f7;
- border-color: #ddd;
- }
- .form-control.select2-container-multi .select2-search-choice-close{
- top: 3px;
- }
- .control-group.warning .select2-container .select2-choice,
- .control-group.warning .select2-container .select2-choices,
- .control-group.warning .select2-container-active .select2-choice,
- .control-group.warning .select2-container-active .select2-choices,
- .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice,
- .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices,
- .control-group.warning .select2-container-multi.select2-container-active .select2-choices {
- border: 1px solid #C09853 !important;
- }
- .control-group.warning .select2-container .select2-choice div {
- border-left: 1px solid #C09853 !important;
- background: #FCF8E3 !important;
- }
- .control-group.error .select2-container .select2-choice,
- .control-group.error .select2-container .select2-choices,
- .control-group.error .select2-container-active .select2-choice,
- .control-group.error .select2-container-active .select2-choices,
- .control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
- .control-group.error .select2-dropdown-open.select2-drop-above .select2-choices,
- .control-group.error .select2-container-multi.select2-container-active .select2-choices {
- border: 1px solid #B94A48 !important;
- }
- .control-group.error .select2-container .select2-choice div {
- border-left: 1px solid #B94A48 !important;
- background: #F2DEDE !important;
- }
- .control-group.info .select2-container .select2-choice,
- .control-group.info .select2-container .select2-choices,
- .control-group.info .select2-container-active .select2-choice,
- .control-group.info .select2-container-active .select2-choices,
- .control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,
- .control-group.info .select2-dropdown-open.select2-drop-above .select2-choices,
- .control-group.info .select2-container-multi.select2-container-active .select2-choices {
- border: 1px solid #3A87AD !important;
- }
- .control-group.info .select2-container .select2-choice div {
- border-left: 1px solid #3A87AD !important;
- background: #D9EDF7 !important;
- }
- .control-group.success .select2-container .select2-choice,
- .control-group.success .select2-container .select2-choices,
- .control-group.success .select2-container-active .select2-choice,
- .control-group.success .select2-container-active .select2-choices,
- .control-group.success .select2-dropdown-open.select2-drop-above .select2-choice,
- .control-group.success .select2-dropdown-open.select2-drop-above .select2-choices,
- .control-group.success .select2-container-multi.select2-container-active .select2-choices {
- border: 1px solid #468847 !important;
- }
- .control-group.success .select2-container .select2-choice div {
- border-left: 1px solid #468847 !important;
- background: #DFF0D8 !important;
- }
|