mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Autocompletion in event selection
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user