From 09bce9d404f03608fc51e87a8d06f6ac30b0db10 Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Thu, 9 Aug 2018 16:00:05 +0200 Subject: Fix bug pointed by moini in https://gitlab.com/inkscape/inkscape/merge_requests/294#note_93146271 --- share/ui/style.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'share') diff --git a/share/ui/style.css b/share/ui/style.css index 9593cfcea..8aee47484 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -170,4 +170,21 @@ combobox window.popup scrolledwindow treeview separator { spinbutton undershoot { outline-style : none; -} \ No newline at end of file +} + +#dashCombo button{ + background-image:image(rgb(230,230,230)); + color:rgb(0,0,0); +} +#dashCombo menu{ + background-image:image(rgb(230,230,230)); + color:rgb(0,0,0); +} +#markerCombo button{ + background-image:image(rgb(230,230,230)); + color:rgb(0,0,0); +} +#markerCombo menu{ + background-image:image(rgb(230,230,230)); + color:rgb(0,0,0); +} -- cgit v1.2.3