Warning, /webapps/ocs-webserver/httpdocs/theme/flatui/less/select2.custmized.less is written in an unsupported language. File is not indexed.

0001 
0002 .select2-container--default
0003 {
0004         .select2-selection--multiple
0005         {
0006                 .select2-selection__choice {            
0007                         background-clip: padding-box;
0008                         background-color: #eeeeee;
0009                         background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
0010                         background-repeat: repeat-x;
0011                         background-size: 100% 19px;
0012                         border: 1px solid #aaa;
0013                         border-radius: 3px;
0014                         box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
0015                         color: #333;
0016                         line-height: 25px !important;
0017                         margin: 3px 3px 3px 0;
0018                         max-width: 100%;
0019                         padding: 0 10px;
0020                         position: relative;
0021                         display: inline-block;
0022                         font-size: 13px;
0023                 }
0024         }
0025         .select2-selection__choice__remove
0026         {
0027                 float: right;
0028                 margin-left: 5px;
0029                 font-size: 20px;
0030         }
0031         .select2-search--inline 
0032         {
0033                 .select2-search__field{
0034                         border: none !important;
0035                 }
0036         }
0037         
0038         
0039 
0040 }
0041  
0042  .my-products-page
0043  {
0044         .select2-container{             
0045                         min-width:140px;
0046                 }
0047  }
0048  .add-product-page{
0049 
0050         .select2-container{             
0051                         width: 100% !important;
0052                 }
0053 
0054  }
0055  .product-title{
0056         .select2-container{                     
0057                         min-width:140px;
0058                 }
0059 
0060  }
0061 
0062         
0063