diff options
author | raveit65 <[email protected]> | 2017-08-22 22:39:22 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-08-22 22:41:09 +0200 |
commit | e3d4cb285d08c9039b8ff1c6d68d512510afac82 (patch) | |
tree | a209de81caaa97410e395120ef851bb41328c499 /desktop-themes/GreenLaguna | |
parent | 0b744263d8cdd8d6de9cc86ea605659dd5ea462f (diff) | |
download | mate-themes-e3d4cb285d08c9039b8ff1c6d68d512510afac82.tar.bz2 mate-themes-e3d4cb285d08c9039b8ff1c6d68d512510afac82.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 fc8a6fa0..d3ed31c6 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 * *******************/ |