From d0992219831478d53733ae9047df1f9698eb7ace Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 1 Nov 2014 13:57:15 +0100 Subject: ContrastHigh GTK3: enable resize-grip --- desktop-themes/ContrastHigh/gtk-3.0/Makefile.am | 1 + .../ContrastHigh/gtk-3.0/gtk-widgets.css | 9 +- .../ContrastHigh/gtk-3.0/resize-grip.svg | 117 +++++++++++++++++++++ 3 files changed, 123 insertions(+), 4 deletions(-) create mode 100644 desktop-themes/ContrastHigh/gtk-3.0/resize-grip.svg (limited to 'desktop-themes/ContrastHigh') diff --git a/desktop-themes/ContrastHigh/gtk-3.0/Makefile.am b/desktop-themes/ContrastHigh/gtk-3.0/Makefile.am index fde2eadd..f5153eee 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/Makefile.am +++ b/desktop-themes/ContrastHigh/gtk-3.0/Makefile.am @@ -1,6 +1,7 @@ themedir = $(datadir)/themes/ContrastHigh/gtk-3.0 theme_DATA = \ + resize-grip.svg \ gtk.css \ gtk-widgets.css \ settings.ini diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index c58b4c17..19f4db4c 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -44,8 +44,8 @@ -GtkComboBox-arrow-scaling: 0.9; -GtkButton-default-border: 0; - -GtkWindow-resize-grip-width: 0; - -GtkWindow-resize-grip-height: 0; + -GtkWindow-resize-grip-width: 15; + -GtkWindow-resize-grip-height: 15; -GtkStatusbar-shadow-type: none; @@ -140,8 +140,9 @@ GtkImage:insensitive { background-color: @theme_insensitive_color; } -.separator { - color: @theme_insensitive_border; +.grip { + background-color: transparent; + background-image: url("resize-grip.svg"); } .floating-bar { diff --git a/desktop-themes/ContrastHigh/gtk-3.0/resize-grip.svg b/desktop-themes/ContrastHigh/gtk-3.0/resize-grip.svg new file mode 100644 index 00000000..fa1f5872 --- /dev/null +++ b/desktop-themes/ContrastHigh/gtk-3.0/resize-grip.svg @@ -0,0 +1,117 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + -- cgit v1.2.1