diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-01-03 23:20:57 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-03 23:25:13 +0100 |
commit | 708b281447a7cde5c89d971dfb3194385dc4777d (patch) | |
tree | e14d76362294326bba70574edd96d468c3f8db15 /desktop-themes/GreenLaguna | |
parent | d667c1e21052c643a56a2945ba91125b1a0af444 (diff) | |
download | mate-themes-708b281447a7cde5c89d971dfb3194385dc4777d.tar.bz2 mate-themes-708b281447a7cde5c89d971dfb3194385dc4777d.tar.xz |
Gtk+-3.18 most themes: adjust spinbuttons in dconf-editor
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/other-applications.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css index e2f3d9bc..42a2b5ba 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css @@ -42,6 +42,13 @@ DConfWindow GtkPaned.horizontal { background-color: @theme_bg_color; } +DConfKeyView.view .spinbutton .button { + border-image: none; + border-style: solid; + border-width: 1px; + border-radius: 0px; +} + /******** * Nemo * ********/ |