diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-01-26 19:47:15 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-01-27 00:41:20 +0000 |
| commit | a76096973ac4420a66057a488551e439646edb8d (patch) | |
| tree | 8018972709138ca68d51dc273b2cdda5781dd989 | |
| parent | Remove not rebased parts (diff) | |
| download | inkscape-a76096973ac4420a66057a488551e439646edb8d.tar.gz inkscape-a76096973ac4420a66057a488551e439646edb8d.zip | |
Fix combobox colors
| -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 + |
