summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-01-21 16:05:18 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-01-21 16:05:18 +0000
commitd81c6bb7afed9ed894f224a3a1fe726184331994 (patch)
tree72a0c454074dbef699117121edd19a2f6db75a70 /share
parentDocument gitlab-ci file (diff)
downloadinkscape-d81c6bb7afed9ed894f224a3a1fe726184331994.tar.gz
inkscape-d81c6bb7afed9ed894f224a3a1fe726184331994.zip
fix part of inbox:16 Spinbuttons look glitchy
Diffstat (limited to 'share')
-rw-r--r--share/ui/style.css10
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;
}