diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2019-01-19 13:58:54 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2019-01-19 13:58:54 +0000 |
| commit | 199c3dd0acac8c7a7cc835067e07ad6c4c069015 (patch) | |
| tree | cf6f24a57943858136ffc41366de6502d28c9d65 /share | |
| parent | derive all toolbars from Inkscape::Toolbar (diff) | |
| parent | Disable app menu (deprecated in GTK 3.32). (diff) | |
| download | inkscape-199c3dd0acac8c7a7cc835067e07ad6c4c069015.tar.gz inkscape-199c3dd0acac8c7a7cc835067e07ad6c4c069015.zip | |
Merge branch 'master' of gitlab.com:inkscape/inkscape
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/style.css | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/share/ui/style.css b/share/ui/style.css index 4c40bc8c6..747c8e04d 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -49,20 +49,34 @@ GtkWidget, widget { GtkSpinButton { padding: 0; + outline-style : none; } spinbutton { padding: 0; + outline-style : none; } -GtkSpinButton.entry { +GtkSpinButton entry { padding-left: 2px; + padding-right:0; } -spinbutton.entry { +spinbutton entry { padding-left: 2px; + padding-right:0; } +GtkSpinButton undershoot { + outline-style : none; +} + +spinbutton undershoot { + outline-style : none; +} + + + SPRuler { background-color: @theme_bg_color; color: @theme_fg_color; @@ -168,9 +182,7 @@ combobox window.popup scrolledwindow treeview separator { } -spinbutton undershoot { - outline-style : none; -} + #symbolsView, #markerCombo button, #markerCombo menu, |
