diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-25 13:54:22 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-07-08 21:04:16 +0000 |
| commit | 3b3407821d119426c8029033974c582b680ad4cd (patch) | |
| tree | a539764bde0433fcd50bc99abecf3d4ee0ceffa9 /share/ui | |
| parent | Improve scrool on selectors (diff) | |
| download | inkscape-3b3407821d119426c8029033974c582b680ad4cd.tar.gz inkscape-3b3407821d119426c8029033974c582b680ad4cd.zip | |
fix issue on theme change
Diffstat (limited to 'share/ui')
| -rw-r--r-- | share/ui/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/ui/style.css b/share/ui/style.css index a3a753324..9d8b8efbd 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -139,6 +139,7 @@ image { .system_base_color { color: @theme_fg_color; + background-color: @theme_bg_color; } .system_error_color { |
