diff options
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); +} |
