diff options
author | raveit65 <[email protected]> | 2017-08-22 22:39:22 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-08-22 22:40:54 +0200 |
commit | bc2a1e590f87a2adf35f323cd7c99e95745dd8e5 (patch) | |
tree | 2f9948c94b8070e247d5853e13db51e5d514e0c5 /desktop-themes/GreenLaguna | |
parent | 3e3e07a3a012b5e3e63429f3ea2dc5c1035647e4 (diff) | |
download | mate-themes-bc2a1e590f87a2adf35f323cd7c99e95745dd8e5.tar.bz2 mate-themes-bc2a1e590f87a2adf35f323cd7c99e95745dd8e5.tar.xz |
Gtk+-3.20 Most Themes: fix padding of primary/secondary image in GtkEntry
fixes https://github.com/solus-project/brisk-menu/issues/68
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index d5457341..41df66bd 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -672,6 +672,14 @@ cursor-handle.bottom { -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } +entry image.left { + padding-right: 6px; +} + +entry image.right { + padding-left: 6px; +} + /******************* * Symbolic images * *******************/ |