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 --- .../BlackMATE/gtk-3.0/assets/Makefile.am | 1 + .../BlackMATE/gtk-3.0/assets/resize-grip.svg | 117 +++++++++++++++++++++ desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 11 +- 3 files changed, 124 insertions(+), 5 deletions(-) create mode 100644 desktop-themes/BlackMATE/gtk-3.0/assets/resize-grip.svg (limited to 'desktop-themes/BlackMATE/gtk-3.0') diff --git a/desktop-themes/BlackMATE/gtk-3.0/assets/Makefile.am b/desktop-themes/BlackMATE/gtk-3.0/assets/Makefile.am index 5ba761cc..9e9f15bc 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/assets/Makefile.am +++ b/desktop-themes/BlackMATE/gtk-3.0/assets/Makefile.am @@ -57,6 +57,7 @@ theme_DATA = \ radio-unselected-dark.svg \ radio-unselected-insensitive-dark.svg \ radio-unselected-lessdark.svg \ + resize-grip.svg \ scale-slider-horizontal-dark.svg \ scale-slider-horizontal-insensitive-dark.svg \ scale-slider-marks-above-horizontal-dark.svg \ diff --git a/desktop-themes/BlackMATE/gtk-3.0/assets/resize-grip.svg b/desktop-themes/BlackMATE/gtk-3.0/assets/resize-grip.svg new file mode 100644 index 00000000..fa1f5872 --- /dev/null +++ b/desktop-themes/BlackMATE/gtk-3.0/assets/resize-grip.svg @@ -0,0 +1,117 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index d4cd6c97..7be2987f 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -47,8 +47,8 @@ -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; - -GtkWindow-resize-grip-width: 10; - -GtkWindow-resize-grip-height: 10; + -GtkWindow-resize-grip-width: 13; + -GtkWindow-resize-grip-height: 13; outline-color: @focus_border; outline-style: dashed; @@ -108,9 +108,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