diff options
author | raveit65 <[email protected]> | 2014-06-07 22:33:37 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-06-07 22:33:37 +0200 |
commit | c33f2a78674660a52065abf11a59b1a6e6d80105 (patch) | |
tree | 2cb50def389c5fe283cf4f3ee9bc30f2c759abba | |
parent | dbe8c34f94c2aef5b3a434b47c472c609face07d (diff) | |
download | mate-themes-c33f2a78674660a52065abf11a59b1a6e6d80105.tar.bz2 mate-themes-c33f2a78674660a52065abf11a59b1a6e6d80105.tar.xz |
GreenLaguna GTK3: use nicer resize-grip
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am | 1 | ||||
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 11 |
2 files changed, 7 insertions, 5 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am b/desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am index bd04ed34..4c33806d 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am @@ -39,6 +39,7 @@ theme_DATA = \ radio-selected.svg \ radio-unselected-insensitive.svg \ radio-unselected.svg \ + resize-grip.svg \ scale-slider-horizontal-insensitive.svg \ scale-slider-horizontal.svg \ scale-slider-marks-above-horizontal-dark.svg \ diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 850ecce1..cdef8401 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -44,8 +44,8 @@ -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; - -GtkWindow-resize-grip-width: 12; - -GtkWindow-resize-grip-height: 12; + -GtkWindow-resize-grip-width: 13; + -GtkWindow-resize-grip-height: 13; /* We use the outline properties to signal the focus properties * to the adwaita engine: using real CSS properties is faster, @@ -109,9 +109,10 @@ color: @theme_tooltip_fg_color; } -/*.grip { - background-color: shade(@inactive_frame_color, 0.93); -}*/ +.grip { + background-color: transparent; + background-image: url("assets/resize-grip.svg"); +} .content-view.view.rubberband, .view.rubberband, |