summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2018-08-09 14:00:05 +0000
committerJabiertxof <jabier.arraiza@marker.es>2018-08-09 14:00:05 +0000
commit09bce9d404f03608fc51e87a8d06f6ac30b0db10 (patch)
treeb2937d4c7df5de81601d61972d1831fc1dd5964a /share
parentFix 2 symbolic icons (diff)
downloadinkscape-09bce9d404f03608fc51e87a8d06f6ac30b0db10.tar.gz
inkscape-09bce9d404f03608fc51e87a8d06f6ac30b0db10.zip
Fix bug pointed by moini in https://gitlab.com/inkscape/inkscape/merge_requests/294#note_93146271
Diffstat (limited to 'share')
-rw-r--r--share/ui/style.css19
1 files changed, 18 insertions, 1 deletions
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);
+}