From 396c853d895ffe2bcc7eca2ff94bed0158d13730 Mon Sep 17 00:00:00 2001 From: Lukas Bixen Date: Sun, 8 Aug 2021 14:17:44 -0500 Subject: [PATCH] Fix Metro theme text color in browse table nav bar Signed-off-by: Lukas Bixen --- themes/metro/scss/_common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/metro/scss/_common.scss b/themes/metro/scss/_common.scss index de0413cb23..6e2a314904 100644 --- a/themes/metro/scss/_common.scss +++ b/themes/metro/scss/_common.scss @@ -2522,6 +2522,7 @@ form.append_fields_form .tblFooters { input { &[type="submit"] { background: $navi-background; + color: $navi-color; border: none; filter: none; margin: 5px;