diff options
author | raveit65 <[email protected]> | 2014-05-24 19:08:16 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-05-24 19:08:16 +0200 |
commit | f520aa0849c3850fb775f0109cc94ba277cc5356 (patch) | |
tree | d749df6b35c643eca44e5db52728b923ca6f357d /desktop-themes/GreenLaguna | |
parent | 97e823a3085eb06709276e65f46d899ce8489cdc (diff) | |
download | mate-themes-f520aa0849c3850fb775f0109cc94ba277cc5356.tar.bz2 mate-themes-f520aa0849c3850fb775f0109cc94ba277cc5356.tar.xz |
BlackMate, GreenLaguna GTK3: use nicer resize-grip
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am | 1 | ||||
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 11 |
2 files changed, 7 insertions, 5 deletions
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, |