From 33ad4c5b0100d695d557a34fc4cf0fdc892d0b98 Mon Sep 17 00:00:00 2001 From: Lurkars Date: Sun, 9 Nov 2025 19:04:28 +0100 Subject: [PATCH] fix button, show foundKnownContactName --- src/main/resources/static/style.css | 19 ------------------- src/main/resources/templates/index.html | 3 ++- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css index c80afbc..324fe50 100644 --- a/src/main/resources/static/style.css +++ b/src/main/resources/static/style.css @@ -127,25 +127,6 @@ footer { 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 { background-color: var(--bs-body-bg); border-color: var(--bs-border-color); diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 4bd5504..42eabd3 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -196,12 +196,13 @@ autocomplete="off" class="form-control" autofocus />
-
+