summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am1
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css11
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..4c33806d 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am
+++ b/desktop-themes/GreenLaguna/gtk-3.0/assets/Makefile.am
@@ -39,6 +39,7 @@ theme_DATA = \
radio-selected.svg \
radio-unselected-insensitive.svg \
radio-unselected.svg \
+ resize-grip.svg \
scale-slider-horizontal-insensitive.svg \
scale-slider-horizontal.svg \
scale-slider-marks-above-horizontal-dark.svg \
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index 850ecce1..cdef8401 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -44,8 +44,8 @@
-GtkWidget-focus-padding: 2;
-GtkWidget-focus-line-width: 1;
- -GtkWindow-resize-grip-width: 12;
- -GtkWindow-resize-grip-height: 12;
+ -GtkWindow-resize-grip-width: 13;
+ -GtkWindow-resize-grip-height: 13;
/* We use the outline properties to signal the focus properties
* to the adwaita engine: using real CSS properties is faster,
@@ -109,9 +109,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,