From 9bf7d6d3a786cc2fa1cc4545581f15b400910bc6 Mon Sep 17 00:00:00 2001 From: andreas kainz Date: Sun, 6 Mar 2022 23:29:37 +0100 Subject: [PATCH] Mobile combobox-text selected use var color Signed-off-by: andreas kainz Change-Id: I44c8a38d38f4ec20f6531fdb22072972135274f8 --- browser/css/mobilewizard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/css/mobilewizard.css b/browser/css/mobilewizard.css index 3b8b01d0a..92b3fe4e8 100644 --- a/browser/css/mobilewizard.css +++ b/browser/css/mobilewizard.css @@ -196,7 +196,7 @@ p.mobile-wizard.ui-combobox-text:not(.selected) { p.mobile-wizard.ui-combobox-text.selected { background: url('images/lc_listitem-selected.svg') no-repeat right; background-position-x: 94%; - color: #0867af !important; + color: var(--color-primary) !important; } #mobile-wizard-content { overflow-y: hidden;