From fa3f15c73ece25e2f4f4007389dcc54cc6a56110 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 1 Nov 2014 14:06:35 +0100 Subject: ContrastHighInverse GTK3: enable resize-grip --- .../ContrastHighInverse/gtk-3.0/Makefile.am | 1 + .../ContrastHighInverse/gtk-3.0/gtk-widgets.css | 7 +- .../ContrastHighInverse/gtk-3.0/resize-grip.svg | 117 +++++++++++++++++++++ 3 files changed, 122 insertions(+), 3 deletions(-) create mode 100644 desktop-themes/ContrastHighInverse/gtk-3.0/resize-grip.svg diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/Makefile.am b/desktop-themes/ContrastHighInverse/gtk-3.0/Makefile.am index af46496d..cb4836e2 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/Makefile.am +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/Makefile.am @@ -3,6 +3,7 @@ THEME_NAME=ContrastHighInverse themedir = $(datadir)/themes/$(THEME_NAME)/gtk-3.0 theme_DATA = \ + resize-grip.svg \ gtk.css \ gtk-widgets.css \ mate-applications.css \ diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index 687e491b..132bf5c6 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/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; @@ -137,7 +137,8 @@ GtkImage:insensitive { } .grip { - background-color: @theme_insensitive_color; + background-color: transparent; + background-image: url("resize-grip.svg"); } .separator { diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/resize-grip.svg b/desktop-themes/ContrastHighInverse/gtk-3.0/resize-grip.svg new file mode 100644 index 00000000..fa1f5872 --- /dev/null +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/resize-grip.svg @@ -0,0 +1,117 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + -- cgit v1.2.1