diff --git a/share/ui/style.css b/share/ui/style.css index 7926cd9aaf716699b3b3783388e4af0ce79f614b..9593cfcea11262322ca8fecbc7a6be7c245a27ad 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -119,20 +119,19 @@ combobox window.popup scrolledwindow treeview separator { /* InkSpinScale */ #InkSpinScale { - background: #eee; - border-color: #999; - border-style: solid; - border-width: 1px; + background : @theme_bg_color; + border : 1px black; border-radius: 3px; padding: 0px; } #InkSpinScale spinbutton { border-color: #eee; - border-width: 0 0 0 1px; + border-width: 0 0 0 0; border-radius: 0 3px 3px 0; box-shadow: none; padding: 0 0 0 1px; + min-height : 10px; } /* Hide slider */ @@ -146,14 +145,29 @@ combobox window.popup scrolledwindow treeview separator { margin: 0px; } +#InkSpinScale slider, #InkSpinScale highlight { + border-top-right-radius : 0; + border-bottom-right-radius : 0; +} + #InkSpinScale scale { - padding: 2px; + padding: 0px; } #InkSpinScale trough { - min-height: 24px; + min-height: 30px; } #InkSpinScale box.active { box-shadow: 0 0 0 1px rgb(74,144,217); } + +#InkSpinScale spinbutton entry { + padding : 0 ; + outline-style : none; +} + + +spinbutton undershoot { + outline-style : none; +} \ No newline at end of file