Minor styling update.
This commit is contained in:
@@ -188,15 +188,6 @@
|
|||||||
Value="@ToDto(Value.ReleaseDateEnd)"
|
Value="@ToDto(Value.ReleaseDateEnd)"
|
||||||
ValueChanged="@(value => Update(Value with { ReleaseDateEnd = FromDto(value) }))" />
|
ValueChanged="@(value => Update(Value with { ReleaseDateEnd = FromDto(value) }))" />
|
||||||
</div>
|
</div>
|
||||||
<div class="search-filter-control-span-2">
|
|
||||||
<BitDropdown Prefix="Sort"
|
|
||||||
Items="sortOptions"
|
|
||||||
Placeholder="Select..."
|
|
||||||
TItem="BitDropdownItem<VoiceWorkSort>"
|
|
||||||
TValue="VoiceWorkSort"
|
|
||||||
Value="@Value.Sort"
|
|
||||||
ValueChanged="@(value => Update(Value with { Sort = value }))" />
|
|
||||||
</div>
|
|
||||||
@* <div class="search-filter-control-span-1">
|
@* <div class="search-filter-control-span-1">
|
||||||
<BitSlider Label="Downloads" Min="0" Max="100000" Value="MinDownloads" ValueChanged="OnMinDownloadsChanged" />
|
<BitSlider Label="Downloads" Min="0" Max="100000" Value="MinDownloads" ValueChanged="OnMinDownloadsChanged" />
|
||||||
</div> *@
|
</div> *@
|
||||||
|
|||||||
@@ -46,13 +46,16 @@
|
|||||||
background-color: var(--input-background-color);
|
background-color: var(--input-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.bit-drp-itm:hover {
|
.bit-drp-itm:hover,
|
||||||
|
.bit-drp-iwr:hover {
|
||||||
color: #ffffffde;
|
color: #ffffffde;
|
||||||
background: rgba(255,255,255,.03);
|
background: rgba(255,255,255,.03);
|
||||||
}
|
}
|
||||||
|
|
||||||
.bit-drp-sel,
|
.bit-drp-sel,
|
||||||
.bit-drp-sel:hover {
|
.bit-drp-sel:hover,
|
||||||
|
.bit-drp-iwr.bit-drp-chd,
|
||||||
|
.bit-drp-iwr.bit-drp-chd:hover {
|
||||||
color: #ffffffde;
|
color: #ffffffde;
|
||||||
background: rgba(100,181,246,.16);
|
background: rgba(100,181,246,.16);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user