diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2018-08-09 14:00:05 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2018-08-09 14:00:05 +0000 |
| commit | 09bce9d404f03608fc51e87a8d06f6ac30b0db10 (patch) | |
| tree | b2937d4c7df5de81601d61972d1831fc1dd5964a /share | |
| parent | Fix 2 symbolic icons (diff) | |
| download | inkscape-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.css | 19 |
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); +} |
