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/Green-Submarine | |
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/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 8 |
1 files changed, 8 insertions, 0 deletions
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 3b5d013b..e5c3380d 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 *
****************/
|