2014-01-11 05:11:54 -05:00
|
|
|
/** Select2 selectbox style override **/
|
2013-08-10 12:30:27 -04:00
|
|
|
|
2014-01-11 05:11:54 -05:00
|
|
|
.select2-container {
|
|
|
|
.select2-choice {
|
2014-01-11 05:36:10 -05:00
|
|
|
background: #FFF;
|
2014-01-11 05:11:54 -05:00
|
|
|
border-color: #BBB;
|
2014-01-11 05:36:10 -05:00
|
|
|
|
|
|
|
.select2-arrow {
|
|
|
|
background: #FFF;
|
|
|
|
}
|
2012-11-06 12:31:01 -05:00
|
|
|
}
|
2013-12-19 13:21:22 -05:00
|
|
|
}
|
2013-12-31 09:16:50 -05:00
|
|
|
|
2014-01-11 05:36:10 -05:00
|
|
|
.select2-drop-active {
|
|
|
|
border: 1px solid #BBB;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
2014-01-01 16:13:54 -05:00
|
|
|
select {
|
2014-01-11 05:11:54 -05:00
|
|
|
&.select2 {
|
2014-01-05 06:59:01 -05:00
|
|
|
width: 100px;
|
2014-01-01 16:13:54 -05:00
|
|
|
}
|
|
|
|
|
2014-01-11 05:11:54 -05:00
|
|
|
&.select2-sm {
|
2014-01-05 06:59:01 -05:00
|
|
|
width: 100px;
|
2014-01-01 16:13:54 -05:00
|
|
|
}
|
2013-12-31 09:16:50 -05:00
|
|
|
}
|
2014-01-04 12:46:52 -05:00
|
|
|
|
|
|
|
@media (min-width: $screen-sm-min) {
|
|
|
|
select {
|
2014-01-11 05:11:54 -05:00
|
|
|
&.select2 {
|
2014-01-05 06:59:01 -05:00
|
|
|
width: 150px;
|
|
|
|
}
|
2014-01-11 05:11:54 -05:00
|
|
|
&.select2-sm {
|
2014-01-05 06:59:01 -05:00
|
|
|
width: 120px;
|
2014-01-04 12:46:52 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Medium devices (desktops, 992px and up) */
|
|
|
|
@media (min-width: $screen-md-min) {
|
|
|
|
select {
|
2014-01-11 05:11:54 -05:00
|
|
|
&.select2 {
|
2014-01-05 06:59:01 -05:00
|
|
|
width: 170px;
|
|
|
|
}
|
2014-01-11 05:11:54 -05:00
|
|
|
&.select2-sm {
|
2014-01-05 06:59:01 -05:00
|
|
|
width: 140px;
|
2014-01-04 12:46:52 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Large devices (large desktops, 1200px and up) */
|
|
|
|
@media (min-width: $screen-lg-min) {
|
|
|
|
select {
|
2014-01-11 05:11:54 -05:00
|
|
|
&.select2 {
|
2014-01-05 06:59:01 -05:00
|
|
|
width: 200px;
|
|
|
|
}
|
2014-01-11 05:11:54 -05:00
|
|
|
&.select2-sm {
|
2014-01-05 06:59:01 -05:00
|
|
|
width: 150px;
|
2014-01-04 12:46:52 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-01-11 05:36:10 -05:00
|
|
|
|
|
|
|
|
|
|
|
/** Branch/tag selector **/
|
|
|
|
.project-refs-form .select2-container {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|