Enhance ProspectSortControl: add styling to TextEdit component for improved visibility
Some checks failed
Build And Push Dev Docker Image / docker (push) Failing after 3h0m4s
Some checks failed
Build And Push Dev Docker Image / docker (push) Failing after 3h0m4s
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<div style="flex-grow: 1;" class="mt-3">
|
<div style="flex-grow: 1;" class="mt-3">
|
||||||
<TextEdit Text="@Filter.Text" TextChanged="TextChangedAsync" Placeholder="Suchen..." Debounce="true" DebounceInterval="200" />
|
<TextEdit Text="@Filter.Text" TextChanged="TextChangedAsync" Placeholder="Suchen..." Debounce="true" DebounceInterval="200" Style="border: 1px solid #64ae24; background: #fff;" Class="pl-2" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="badge-row mt-1 mb-3">
|
<div class="badge-row mt-1 mb-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user