src/pyams_default_theme/resources/css/select2.css
changeset 553 00784fe4c215
parent 455 4e8a06768170
equal deleted inserted replaced
552:7931e41bc8e2 553:00784fe4c215
   100 
   100 
   101     font-size: 1px;
   101     font-size: 1px;
   102     text-decoration: none;
   102     text-decoration: none;
   103 
   103 
   104     border: 0;
   104     border: 0;
   105     background: url('../img/../img/select2.png') right top no-repeat;
   105     background: url('../img/select2.png') right top no-repeat;
   106     cursor: pointer;
   106     cursor: pointer;
   107     outline: 0;
   107     outline: 0;
   108 }
   108 }
   109 
   109 
   110 .select2-container.select2-allowclear .select2-choice abbr {
   110 .select2-container.select2-allowclear .select2-choice abbr {
   209 
   209 
   210 .select2-container .select2-choice .select2-arrow b {
   210 .select2-container .select2-choice .select2-arrow b {
   211     display: block;
   211     display: block;
   212     width: 100%;
   212     width: 100%;
   213     height: 100%;
   213     height: 100%;
   214     background: url('../img/../img/select2.png') no-repeat 0 1px;
   214     background: url('../img/select2.png') no-repeat 0 1px;
   215 }
   215 }
   216 
   216 
   217 html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
   217 html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
   218     background-position: 2px 1px;
   218     background-position: 2px 1px;
   219 }
   219 }
   246     border-radius: 0;
   246     border-radius: 0;
   247 
   247 
   248     -webkit-box-shadow: none;
   248     -webkit-box-shadow: none;
   249             box-shadow: none;
   249             box-shadow: none;
   250 
   250 
   251     background: #fff url('../img/../img/select2.png') no-repeat 100% -22px;
   251     background: #fff url('../img/select2.png') no-repeat 100% -22px;
   252     background: url('../img/../img/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
   252     background: url('../img/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
   253     background: url('../img/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
   253     background: url('../img/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
   254     background: url('../img/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
   254     background: url('../img/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
   255     background: url('../img/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
   255     background: url('../img/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
   256 }
   256 }
   257 
   257 
   679 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
   679 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
   680     .select2-search input,
   680     .select2-search input,
   681     .select2-search-choice-close,
   681     .select2-search-choice-close,
   682     .select2-container .select2-choice abbr,
   682     .select2-container .select2-choice abbr,
   683     .select2-container .select2-choice .select2-arrow b {
   683     .select2-container .select2-choice .select2-arrow b {
   684         background-image: url('select2x2.png') !important;
   684         background-image: url('../img/select2.png') !important;
   685         background-repeat: no-repeat !important;
   685         background-repeat: no-repeat !important;
   686         background-size: 60px 40px !important;
   686         background-size: 60px 40px !important;
   687     }
   687     }
   688 
   688 
   689     .select2-search input {
   689     .select2-search input {