diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-01-03 20:21:59 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-03 20:21:59 +0100 |
commit | 9d5887a569e7c0b259e9307ec605fdc4b6106bcd (patch) | |
tree | 37fb8ea0fe6624d1a49b6fe78e0ec45c38fb3eab /desktop-themes/GreenLaguna | |
parent | 76403a3c0dab8985a540fb7c0c82a57cfe7af730 (diff) | |
download | mate-themes-9d5887a569e7c0b259e9307ec605fdc4b6106bcd.tar.bz2 mate-themes-9d5887a569e7c0b259e9307ec605fdc4b6106bcd.tar.xz |
Gtk+-3.16/14 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 4833a1eb..af4260c2 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css @@ -26,6 +26,13 @@ GtkApplicationWindow GtkPaned.horizontal { background-color: @theme_bg_color; } +DConfKeyView.view .spinbutton .button { + border-image: none; + border-style: solid; + border-width: 1px; + border-radius: 0px; +} + /******** * Nemo * ********/ |