From f520aa0849c3850fb775f0109cc94ba277cc5356 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 24 May 2014 19:08:16 +0200 Subject: BlackMate, GreenLaguna GTK3: use nicer resize-grip --- desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am | 1 + desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'desktop-themes/GreenLaguna') diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am b/desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am index bd04ed34..4a268756 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am @@ -38,6 +38,7 @@ theme_DATA = \ radio-selected-insensitive.svg \ radio-selected.svg \ radio-unselected-insensitive.svg \ + resize-grip.svg \ radio-unselected.svg \ scale-slider-horizontal-insensitive.svg \ scale-slider-horizontal.svg \ diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 143c20aa..b2f29d76 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -43,8 +43,8 @@ -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 0; - -GtkWindow-resize-grip-width: 12; - -GtkWindow-resize-grip-height: 12; + -GtkWindow-resize-grip-width: 13; + -GtkWindow-resize-grip-height: 13; outline-color: @focus_border; outline-style: dashed; @@ -104,9 +104,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, -- cgit v1.2.1