diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-01-21 16:05:18 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-01-21 16:05:18 +0000 |
| commit | d81c6bb7afed9ed894f224a3a1fe726184331994 (patch) | |
| tree | 72a0c454074dbef699117121edd19a2f6db75a70 /share | |
| parent | Document gitlab-ci file (diff) | |
| download | inkscape-d81c6bb7afed9ed894f224a3a1fe726184331994.tar.gz inkscape-d81c6bb7afed9ed894f224a3a1fe726184331994.zip | |
fix part of inbox:16 Spinbuttons look glitchy
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/share/ui/style.css b/share/ui/style.css index 747c8e04d..1a64fa8dc 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -67,6 +67,16 @@ spinbutton entry { padding-right:0; } +GtkSpinButton button { + -gtk-icon-style: symbolic; + color:inherit; +} + +spinbutton button { + -gtk-icon-style: symbolic; + color:inherit; +} + GtkSpinButton undershoot { outline-style : none; } |
