summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
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);
+}