From 5d1e70ac0c9715579e46234dabff12a8c206c7b1 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 22 Aug 2017 22:39:22 +0200 Subject: Gtk+-3.20 Most Themes: fix padding of primary/secondary image in GtkEntry fixes https://github.com/solus-project/brisk-menu/issues/68 --- desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'desktop-themes/Green-Submarine') diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index 0fc79a5c..64ca911b 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -367,6 +367,14 @@ entry progressbar { border-radius: 3px; } +entry image.left { + padding-right: 6px; +} + +entry image.right { + padding-left: 6px; +} + /**************** * Progress bar * ****************/ -- cgit v1.2.1