Vergleich jscripts/select2/select2.css - 1.8.0 - 1.8.26

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 1Zeile 1
/*

/*

Version: 3.5.0 Timestamp: Mon Jun 16 19:29:44 EDT 2014

Version: 3.5.3 Timestamp: Wed Aug 19 21:55:46 EDT 2015

*/
.select2-container {
margin: 0;
position: relative;
display: inline-block;

*/
.select2-container {
margin: 0;
position: relative;
display: inline-block;

    /* inline-block for ie7 */
zoom: 1;
*display: inline;

 
    vertical-align: middle;
}


    vertical-align: middle;
}


Zeile 86Zeile 83
    text-overflow: ellipsis;
float: none;
width: auto;

    text-overflow: ellipsis;
float: none;
width: auto;

 
    
/* MyBB modification start - Search container min-width */
min-width: 120px;
/* MyBB modification end */

}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {

}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {

Zeile 178Zeile 179
.select2-drop-auto-width {
border-top: 1px solid #aaa;
width: auto;

.select2-drop-auto-width {
border-top: 1px solid #aaa;
width: auto;

}

.select2-drop-auto-width .select2-search {
padding-top: 4px;

 
}

.select2-container .select2-choice .select2-arrow {

}

.select2-container .select2-choice .select2-arrow {

Zeile 196Zeile 193
    border-radius: 0 4px 4px 0;

background-clip: padding-box;

    border-radius: 0 4px 4px 0;

background-clip: padding-box;





    background: #ccc;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
background-image: linear-gradient(to top, #ccc 0%, #eee 60%);

    background: #ccc;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
background-image: linear-gradient(to top, #ccc 0%, #eee 60%);

}


}


html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
left: 0;
right: auto;

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
left: 0;
right: auto;





    border-left: none;
border-right: 1px solid #aaa;
border-radius: 4px 0 0 4px;

    border-left: none;
border-right: 1px solid #aaa;
border-radius: 4px 0 0 4px;

Zeile 216Zeile 213

.select2-container .select2-choice .select2-arrow b {
display: block;


.select2-container .select2-choice .select2-arrow b {
display: block;

    width: 100%;

    width: 100%;

    height: 100%;
background: url('select2.png') no-repeat 0 1px;
}

    height: 100%;
background: url('select2.png') no-repeat 0 1px;
}

Zeile 230Zeile 227
    width: 100%;
min-height: 26px;
margin: 0;

    width: 100%;
min-height: 26px;
margin: 0;

    padding-left: 4px;
padding-right: 4px;

    padding: 4px 4px 0 4px;



position: relative;
z-index: 10000;


position: relative;
z-index: 10000;

Zeile 271Zeile 267
    background: url('select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;

    background: url('select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;

}

.select2-drop.select2-drop-above .select2-search input {
margin-top: 4px;

 
}

.select2-search input.select2-active {

}

.select2-search input.select2-active {

Zeile 320Zeile 312
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);

    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);

}


}


.select2-dropdown-open .select2-choice .select2-arrow {
background: transparent;
border-left: none;

.select2-dropdown-open .select2-choice .select2-arrow {
background: transparent;
border-left: none;

Zeile 387Zeile 379
    cursor: pointer;

min-height: 1em;

    cursor: pointer;

min-height: 1em;





    -webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;

    -webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;

Zeile 406Zeile 398
.select2-results .select2-highlighted {
background: #3875d7;
color: #fff;

.select2-results .select2-highlighted {
background: #3875d7;
color: #fff;

}


}


.select2-results li em {
background: #feffde;
font-style: normal;

.select2-results li em {
background: #feffde;
font-style: normal;

}

}


.select2-results .select2-highlighted em {
background: transparent;


.select2-results .select2-highlighted em {
background: transparent;

}

}


.select2-results .select2-highlighted ul {
background: #fff;
color: #000;


.select2-results .select2-highlighted ul {
background: #fff;
color: #000;

}


}



.select2-results .select2-no-results,
.select2-results .select2-searching,


.select2-results .select2-no-results,
.select2-results .select2-searching,

 
.select2-results .select2-ajax-error,

.select2-results .select2-selection-limit {

.select2-results .select2-selection-limit {

    background: #f4f4f4;
display: list-item;

    background: #f4f4f4;
display: list-item;

    padding-left: 5px;
}


    padding-left: 5px;
}


Zeile 439Zeile 431
    background: #f4f4f4;
display: list-item;
cursor: default;

    background: #f4f4f4;
display: list-item;
cursor: default;

}

}

.select2-results .select2-disabled {
background: #f4f4f4;
display: list-item;

.select2-results .select2-disabled {
background: #f4f4f4;
display: list-item;

Zeile 452Zeile 444

.select2-more-results.select2-active {
background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;


.select2-more-results.select2-active {
background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;

 
}

.select2-results .select2-ajax-error {
background: rgba(255, 50, 50, .2);

}

.select2-more-results {

}

.select2-more-results {

Zeile 582Zeile 578
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);

    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);

    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);

    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);

}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{

}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{