fix button, show foundKnownContactName
This commit is contained in:
@@ -127,25 +127,6 @@ footer {
|
|||||||
background-color: #495057;
|
background-color: #495057;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-bs-theme="dark"] .btn-outline-dark {
|
|
||||||
--bs-btn-color: #f8f9fa;
|
|
||||||
--bs-btn-border-color: #f8f9fa;
|
|
||||||
--bs-btn-hover-color: #000;
|
|
||||||
--bs-btn-hover-bg: #f8f9fa;
|
|
||||||
--bs-btn-hover-border-color: #f8f9fa;
|
|
||||||
--bs-btn-focus-shadow-rgb: 248, 249, 250;
|
|
||||||
--bs-btn-active-color: #000;
|
|
||||||
--bs-btn-active-bg: #f8f9fa;
|
|
||||||
--bs-btn-active-border-color: #f8f9fa;
|
|
||||||
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
||||||
--bs-btn-disabled-color: #f8f9fa;
|
|
||||||
--bs-btn-disabled-bg: transparent;
|
|
||||||
--bs-btn-disabled-border-color: #f8f9fa;
|
|
||||||
--bs-gradient: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
background-color: var(--bs-body-bg);
|
background-color: var(--bs-body-bg);
|
||||||
border-color: var(--bs-border-color);
|
border-color: var(--bs-border-color);
|
||||||
|
|||||||
@@ -196,12 +196,13 @@
|
|||||||
autocomplete="off" class="form-control" autofocus />
|
autocomplete="off" class="form-control" autofocus />
|
||||||
</div>
|
</div>
|
||||||
<div class="d-flex gap-2">
|
<div class="d-flex gap-2">
|
||||||
<button type="submit" class="btn btn-outline-dark flex-fill"
|
<button type="submit" class="btn btn-outline-secondary flex-fill"
|
||||||
:class="{'disabled': working}" autofocus>Suchen</button>
|
:class="{'disabled': working}" autofocus>Suchen</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<div class="alert py-2" :class="'alert-' + stepMsgType" x-text="stepMsg" x-show="stepMsg"></div>
|
<div class="alert py-2" :class="'alert-' + stepMsgType" x-text="stepMsg" x-show="stepMsg"></div>
|
||||||
<div id="knownContactDataDiv" x-show="showKnownContactData" x-transition>
|
<div id="knownContactDataDiv" x-show="showKnownContactData" x-transition>
|
||||||
|
<p x-text="foundKnownContactName"></p>
|
||||||
<form @submit.prevent="submitKnownContactData" class="mb-3">
|
<form @submit.prevent="submitKnownContactData" class="mb-3">
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label class="form-label">E-Mail:</label>
|
<label class="form-label">E-Mail:</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user