Zeile 1 | Zeile 1 |
---|
/*
|
/*
|
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 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 86 | Zeile 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 178 | Zeile 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 194 | Zeile 191 |
---|
border-left: 1px solid #aaa; border-radius: 0 4px 4px 0;
|
border-left: 1px solid #aaa; border-radius: 0 4px 4px 0;
|
|
|
background-clip: padding-box;
background: #ccc;
| background-clip: padding-box;
background: #ccc;
|
Zeile 230 | Zeile 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 249 | Zeile 245 |
---|
outline: 0; font-family: sans-serif; font-size: 1em;
|
outline: 0; font-family: sans-serif; font-size: 1em;
|
|
|
border: 1px solid #aaa; border-radius: 0;
| border: 1px solid #aaa; border-radius: 0;
|
Zeile 271 | Zeile 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 586 | Zeile 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 {
|