From 9ceb238f8a4f5527c3621740e75713ea79eceebc Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Mon, 18 Dec 2017 15:50:42 +0100 Subject: Replace GimpSpinScale by InkSpinScale. --- share/ui/style.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'share') 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); +} -- cgit v1.2.3