diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-01-03 20:29:55 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-03 20:29:55 +0100 |
commit | fe3f686342319b60e8fd5600490d8645f0ceeb16 (patch) | |
tree | 65a1ef889561b58a11378603214540a23a0a9e15 /desktop-themes/GreenLaguna | |
parent | 9dc9b274198fe83674ab39717e7a3b23112c17db (diff) | |
download | mate-themes-fe3f686342319b60e8fd5600490d8645f0ceeb16.tar.bz2 mate-themes-fe3f686342319b60e8fd5600490d8645f0ceeb16.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 | 14 |
1 files changed, 14 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 1ae66aa1..63fb20c7 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css @@ -8,6 +8,20 @@ DConfKeyView.view { background-color: shade(@base_color, 1.06) } +/* the small line between sidebar and view */ +GtkApplicationWindow GtkPaned.horizontal { + -GtkPaned-handle-size: 3px; + border-color: transparent; + background-color: @theme_bg_color; +} + +DConfKeyView.view .spinbutton .button { + border-image: none; + border-style: solid; + border-width: 1px; + border-radius: 0px; +} + /******** * Nemo * ********/ |