From ca2c719444dc2d4af7c4becbf0c5f6cf8e7b84dc Mon Sep 17 00:00:00 2001 From: Anders Nilsson Date: Mon, 21 Feb 2022 15:08:37 +0100 Subject: [PATCH 1/2] black color on buttons in ui --- src/ui/import-map-overrides.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ui/import-map-overrides.css b/src/ui/import-map-overrides.css index 20c731e..f8c4ee1 100644 --- a/src/ui/import-map-overrides.css +++ b/src/ui/import-map-overrides.css @@ -199,6 +199,10 @@ margin-left: 16px; } +.imo-add-new button { + color: black; +} + .imo-clear-input { position: absolute; top: 0; From a4f76e807be0f8fee390744371d0dd0b634de483 Mon Sep 17 00:00:00 2001 From: Anders Nilsson Date: Mon, 21 Feb 2022 15:16:59 +0100 Subject: [PATCH 2/2] set black color for input search box --- src/ui/import-map-overrides.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/import-map-overrides.css b/src/ui/import-map-overrides.css index f8c4ee1..94e7a7d 100644 --- a/src/ui/import-map-overrides.css +++ b/src/ui/import-map-overrides.css @@ -239,4 +239,5 @@ line-height: 22px; border: none; padding: 5px; + color: black; }