From e7e66699b19699dba021efe3f70a4a8f6324823d Mon Sep 17 00:00:00 2001 From: sbwalker Date: Mon, 26 Jun 2023 13:59:44 -0400 Subject: [PATCH] cosmetic fix for input elements within a table intoduced with Bootstrap 5.3 --- .../wwwroot/Themes/Oqtane.Themes.BlazorTheme/Theme.css | 2 ++ .../wwwroot/Themes/Oqtane.Themes.OqtaneTheme/Theme.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Oqtane.Server/wwwroot/Themes/Oqtane.Themes.BlazorTheme/Theme.css b/Oqtane.Server/wwwroot/Themes/Oqtane.Themes.BlazorTheme/Theme.css index 1803da00..eac1145d 100644 --- a/Oqtane.Server/wwwroot/Themes/Oqtane.Themes.BlazorTheme/Theme.css +++ b/Oqtane.Server/wwwroot/Themes/Oqtane.Themes.BlazorTheme/Theme.css @@ -6,12 +6,14 @@ background-color: #ffffff !important; border-width: 0.5px !important; border-bottom-color: #ccc !important; + color: #000 !important; } .table .form-select { background-color: #ffffff !important; border-width: 0.5px !important; border-bottom-color: #ccc !important; + color: #000 !important; } .table .btn-primary { diff --git a/Oqtane.Server/wwwroot/Themes/Oqtane.Themes.OqtaneTheme/Theme.css b/Oqtane.Server/wwwroot/Themes/Oqtane.Themes.OqtaneTheme/Theme.css index 947184b6..de27f0cb 100644 --- a/Oqtane.Server/wwwroot/Themes/Oqtane.Themes.OqtaneTheme/Theme.css +++ b/Oqtane.Server/wwwroot/Themes/Oqtane.Themes.OqtaneTheme/Theme.css @@ -12,12 +12,14 @@ body { background-color: #ffffff !important; border-width: 0.5px !important; border-bottom-color: #ccc !important; + color: #000 !important; } .table .form-select { background-color: #ffffff !important; border-width: 0.5px !important; border-bottom-color: #ccc !important; + color: #000 !important; } .table .btn-primary {