Zeile 1 | Zeile 1 |
---|
/*
|
/*
|
Version: 3.5.2 Timestamp: Sat Nov 1 14:43:36 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 {
|