diff options
author | raveit65 <[email protected]> | 2017-08-22 22:39:22 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-08-22 22:39:22 +0200 |
commit | 5d1e70ac0c9715579e46234dabff12a8c206c7b1 (patch) | |
tree | e154f731a83d4da1c4d4b7808b5e46723c43c114 /desktop-themes/TraditionalOk | |
parent | ecab9661fa89c4394a011e5e01b9c4f514f30084 (diff) | |
download | mate-themes-5d1e70ac0c9715579e46234dabff12a8c206c7b1.tar.bz2 mate-themes-5d1e70ac0c9715579e46234dabff12a8c206c7b1.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 * *******************/ |