From a76096973ac4420a66057a488551e439646edb8d Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sat, 26 Jan 2019 20:47:15 +0100 Subject: Fix combobox colors --- share/ui/style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/share/ui/style.css b/share/ui/style.css index 6ba305608..93439b95e 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -143,15 +143,15 @@ } .combobright *{ - color: @theme_fg_color; - background-color: @theme_bg_color; - background-image:image(@theme_bg_color); + color: @theme_text_color; + background-color: @theme_base_color; + background-image:image(@theme_base_color); border-radius:4px; } .dark .combobright *{ - color: @theme_bg_color; - background-color: @theme_fg_color; - background-image:image(@theme_fg_color); + color: @theme_base_color; + background-color: @theme_text_color; + background-image:image(@theme_text_color); border-radius:4px; } @@ -294,4 +294,4 @@ padding : 0 ; outline-style : none; } - \ No newline at end of file + -- cgit v1.2.3