Better format the multiselect element

This commit is contained in:
Johannes Zellner
2018-03-05 12:10:17 +01:00
parent d2d8eb9485
commit 09149318b1

View File

@@ -310,12 +310,24 @@ h1, h2, h3 {
left: 32px !important;
}
multiselect.stretch {
button {
min-width: 120px;
multiselect {
&.stretch {
button {
min-width: 120px;
}
}
.dropdown-toggle {
background-color: white;
border-color: #ccc;
&:hover {
background-color: white;
}
}
}
// ----------------------------
// Appstore view
// ----------------------------