Fixed blue block in dropdown, now its a full line

This commit is contained in:
Zanz2 2018-08-29 11:33:20 +02:00
parent 92eab25a07
commit ed5a5e7390

View file

@ -148,7 +148,18 @@ body {
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 100% !important;
}
/* Makes blue selected element line fill parent (as it should, fixes sci-2672) */
.bootstrap-select {
.dropdown-menu{
ul{
.selected{
a{
display: block !important;
}
}
}
}
}
mark,.mark {
background-color: $brand-warning;
}