diff options
| -rw-r--r-- | share/ui/style.css | 14 |
1 files 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 + |
