From 692792632c4570c13be069bbf1128d46042d682a Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Fri, 19 Feb 2016 11:06:17 +0100 Subject: add some padding to buttons and entries --- common/gtk-3.0/3.20/gtk.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk.css') diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index e2cdf2c..3c550f1 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -133,10 +133,9 @@ spinner { opacity: 0.5; } entry, spinbutton { - min-height: 26px; + min-height: 22px; border: 1px solid; - padding-left: 8px; - padding-right: 8px; + padding: 2px 8px; caret-color: currentColor; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -231,12 +230,12 @@ entry, spinbutton { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } } button { - min-height: 26px; + min-height: 22px; min-width: 20px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); border: 1px solid; border-radius: 3px; - padding: 0 6px; + padding: 2px 6px; color: #5c616c; outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; -- cgit v1.2.3