Small oversight fix

This commit is contained in:
Zanz2 2018-08-29 11:37:07 +02:00
parent ed5a5e7390
commit c84ff3d9fe

View file

@ -149,7 +149,7 @@ body {
width: 100% !important; width: 100% !important;
} }
/* Makes blue selected element line fill parent (as it should, fixes sci-2672) */ /* Makes blue selected element line fill parent (as it should, fixes sci-2672) */
.bootstrap-select { .repository-dropdown {
.dropdown-menu{ .dropdown-menu{
ul{ ul{
.selected{ .selected{
@ -160,6 +160,7 @@ body {
} }
} }
} }
mark,.mark { mark,.mark {
background-color: $brand-warning; background-color: $brand-warning;
} }