summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2017-12-18 14:50:42 +0000
committerTavmjong Bah <tavmjong@free.fr>2017-12-18 14:50:42 +0000
commit9ceb238f8a4f5527c3621740e75713ea79eceebc (patch)
tree03e36e1ee30ed0b311c3d60db07ab73c42f23c57 /share
parentReduce with of +/- buttons. Reduce width of Fill and Stroke dialog. (diff)
downloadinkscape-9ceb238f8a4f5527c3621740e75713ea79eceebc.tar.gz
inkscape-9ceb238f8a4f5527c3621740e75713ea79eceebc.zip
Replace GimpSpinScale by InkSpinScale.
Diffstat (limited to 'share')
-rw-r--r--share/ui/style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/share/ui/style.css b/share/ui/style.css
index 7774ab30e..ff353ebfe 100644
--- a/share/ui/style.css
+++ b/share/ui/style.css
@@ -110,3 +110,24 @@ combobox window.popup scrolledwindow treeview separator {
padding-left: 0;
padding-right: 0;
}
+
+/* InkSpinScale */
+#InkSpinScale {
+ background: #eee;
+ border-color: #999;
+ border-style: solid;
+ border-width: 1px;
+ border-radius: 3px;
+}
+
+#InkSpinScale spinbutton {
+ border-color: #eee;
+ border-width: 0 0 0 1px;
+ border-radius: 0 3px 3px 0;
+ box-shadow: none;
+ padding: 0 0 0 1px;
+}
+
+#InkSpinScale box.active {
+ box-shadow: 0 0 0 1px rgb(74,144,217);
+}