Add custom date/time media filtering.
This commit is contained in:
@@ -22,3 +22,26 @@
|
||||
frigate-card-select {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
div.when {
|
||||
display: inline-flex;
|
||||
align-items: flex-end;
|
||||
}
|
||||
div.when frigate-card-select {
|
||||
flex: 1;
|
||||
}
|
||||
div.when frigate-card-date-picker {
|
||||
// Visually line up the date-picker icon with the bottom of the select
|
||||
// dropdown.
|
||||
padding-bottom: 5px;
|
||||
transition: width 0.5s ease-in-out;
|
||||
}
|
||||
div.when frigate-card-date-picker {
|
||||
color: var(--secondary-color);
|
||||
}
|
||||
div.when frigate-card-date-picker.selected {
|
||||
color: var(--primary-color);
|
||||
}
|
||||
div.when frigate-card-date-picker.hidden {
|
||||
width: 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user