Better format the multiselect element
This commit is contained in:
@@ -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
|
||||
// ----------------------------
|
||||
|
||||
Reference in New Issue
Block a user