From f409fc63dd3e5c4965c21049816a3fe53608cd99 Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Thu, 13 Sep 2018 22:42:09 +0200 Subject: Allow symbols dialog on dark theme --- share/ui/style.css | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'share') diff --git a/share/ui/style.css b/share/ui/style.css index 8aee47484..72649a1e5 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -171,20 +171,12 @@ combobox window.popup scrolledwindow treeview separator { spinbutton undershoot { outline-style : none; } - -#dashCombo button{ - background-image:image(rgb(230,230,230)); - color:rgb(0,0,0); -} +#symbolsView, +#markerCombo button, +#markerCombo menu, +#dashCombo button, #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