From 524207139d0e37966defc1ae02e699c96f8cb24b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 17 Oct 2014 13:17:15 +0200 Subject: GreenLaguna GTK3: use an image as resize grip --- desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am | 7 ++++--- desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets-assets.css | 7 +++++++ desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 9 ++------- 3 files changed, 13 insertions(+), 10 deletions(-) (limited to 'desktop-themes') diff --git a/desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am b/desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am index 4a268756..624975d3 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am +++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am @@ -38,11 +38,12 @@ theme_DATA = \ radio-selected-insensitive.svg \ radio-selected.svg \ radio-unselected-insensitive.svg \ - resize-grip.svg \ radio-unselected.svg \ + resize-grip.svg \ scale-slider-horizontal-insensitive.svg \ scale-slider-horizontal.svg \ scale-slider-marks-above-horizontal-dark.svg \ + scale-slider-marks-above-horizontal-insensitive.svg \ scale-slider-marks-above-horizontal.svg \ scale-slider-marks-above-vertical-insensitive.svg \ scale-slider-marks-above-vertical.svg \ @@ -53,10 +54,10 @@ theme_DATA = \ scale-slider-marks-below-vertical.svg \ scale-slider-vertical-insensitive.svg \ scale-slider-vertical.svg \ - slider_fine_horizontal.svg \ - slider_fine_vertical.svg \ sidebar-radio-prelight.svg \ sidebar-radio-selected-prelight.svg \ + slider_fine_horizontal.svg \ + slider_fine_vertical.svg \ switch-slider-grip.svg \ switch-trough-border-active.svg \ toolbar-button-border.svg diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets-assets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets-assets.css index 225d2d2f..61c18121 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets-assets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets-assets.css @@ -227,6 +227,13 @@ GtkSwitch.trough:active { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.svg")); } +/*the little usefull helper*/ + +.grip { +background-color: transparent; +background-image: url("assets/resize-grip.svg"); +} + /*.menuitem:active, .menuitem *:active, .menuitem:prelight, diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index bd76f78c..12568d4d 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: 13; - -GtkWindow-resize-grip-height: 13; + -GtkWindow-resize-grip-width: 14; + -GtkWindow-resize-grip-height: 12; outline-color: @focus_border; outline-style: dashed; @@ -104,11 +104,6 @@ color: @theme_tooltip_fg_color; } -.grip { - background-color: transparent; - background-image: url("assets/resize-grip.svg"); -} - .content-view.view.rubberband, .view.rubberband, .rubberband { -- cgit v1.2.1