Autocompletion in event selection

This commit is contained in:
Raphael Michel
2017-06-05 19:28:52 +02:00
parent 6f7281b0f5
commit 0cecc168b6
7 changed files with 172 additions and 23 deletions

View File

@@ -297,3 +297,28 @@ body.loading #wrapper {
text-overflow: ellipsis;
vertical-align: bottom;
}
.dropdown-menu .form-box {
padding: 3px 10px;
}
.event-dropdown {
width: 300px;
}
.event-dropdown, .mobile-event-dropdown {
.event-name {
display: block;
}
.event-daterange, .event-organizer {
display: block;
font-size: $font-size-small;
color: $text-muted;
}
.active .event-daterange, .active .event-organizer, .active a {
color: white;
}
.active {
background: $brand-primary;
color: white;
}
}