2014-08-27 11:33:33 -04:00
|
|
|
.select2-container {
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0;
|
|
|
|
position: relative;
|
|
|
|
vertical-align: middle;
|
|
|
|
|
2015-01-06 17:50:44 -05:00
|
|
|
@import "single";
|
|
|
|
@import "multiple";
|
|
|
|
}
|
2014-08-29 11:31:18 -04:00
|
|
|
|
2014-08-27 20:18:17 -04:00
|
|
|
@import "dropdown";
|
2014-08-27 11:33:33 -04:00
|
|
|
|
2014-12-05 22:44:41 -05:00
|
|
|
.select2-close-mask {
|
|
|
|
border: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
display: block;
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
min-height: 100%;
|
|
|
|
min-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
width: auto;
|
|
|
|
opacity: 0;
|
|
|
|
z-index: 99;
|
|
|
|
|
|
|
|
// styles required for IE to work
|
|
|
|
|
|
|
|
background-color: #fff;
|
|
|
|
filter: alpha(opacity=0);
|
|
|
|
}
|
|
|
|
|
2014-08-28 19:54:01 -04:00
|
|
|
@import "theme/default/layout";
|
2014-11-19 14:26:52 -05:00
|
|
|
@import "theme/classic/layout";
|