diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-06-18 20:47:03 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-06-18 20:47:03 +0000 |
| commit | 2d4d49aaa047a8215ba74cf8443b3e2f3249eaef (patch) | |
| tree | e3f9f36028c45a60ddd0de4965cf4b6b0d82f487 | |
| parent | CMake/MSYS2: Add PyGObject to distribution (diff) | |
| download | inkscape-2d4d49aaa047a8215ba74cf8443b3e2f3249eaef.tar.gz inkscape-2d4d49aaa047a8215ba74cf8443b3e2f3249eaef.zip | |
Fix CSS issues
| -rw-r--r-- | share/ui/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/ui/style.css b/share/ui/style.css index 6bd0d6307..7eb33f5be 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -78,6 +78,7 @@ */ image { + color: @theme_fg_color; -gtk-icon-palette: default; } @@ -89,8 +90,6 @@ image { -gtk-icon-style: regular; } -.bright *, -.dark *, .bright .brightstyle, .bright .brightstyle *, .dark .darkstyle, |
