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/TraditionalOk | |
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/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index d0f94728..65da4a0b 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -484,6 +484,14 @@ entry:disabled { @entry_insensitive_bg_color 3px); } +entry image.left { + padding-right: 6px; +} + +entry image.right { + padding-left: 6px; +} + /******************* * Symbolic images * *******************/ |