From 3e4d8b2fa65942984028f5f78a2a57d3d91a1f68 Mon Sep 17 00:00:00 2001 From: Liviu-Mihail Concioiu Date: Mon, 20 Jan 2025 22:18:00 +0100 Subject: [PATCH] Fix table navigation on Bootstrap theme Signed-off-by: Liviu-Mihail Concioiu --- public/themes/bootstrap/scss/_common.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/themes/bootstrap/scss/_common.scss b/public/themes/bootstrap/scss/_common.scss index 5963a2a3dd..0d6b476d09 100644 --- a/public/themes/bootstrap/scss/_common.scss +++ b/public/themes/bootstrap/scss/_common.scss @@ -1372,6 +1372,7 @@ input#auto_increment_opt { input { &[type=submit] { + color: var(--bs-body-color); background: none; border: 0; filter: none; @@ -1383,7 +1384,8 @@ input#auto_increment_opt { color: $white; cursor: pointer; text-shadow: none; - background: linear-gradient(#333, #555); + background-color: var(--bs-btn-hover-bg); + border-color: var(--bs-btn-hover-border-color); } }