From fa43da15f2cc2c34ffe231d2d566bc691d7ccaf8 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 26 Aug 2015 13:08:42 +0200 Subject: make textboxes less rounded --- common/gtk-3.0/3.16/gtk-contained-darker.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/gtk-3.0/3.16/gtk-contained-darker.css') diff --git a/common/gtk-3.0/3.16/gtk-contained-darker.css b/common/gtk-3.0/3.16/gtk-contained-darker.css index 84a241a..6ed598d 100644 --- a/common/gtk-3.0/3.16/gtk-contained-darker.css +++ b/common/gtk-3.0/3.16/gtk-contained-darker.css @@ -141,14 +141,14 @@ GtkTextView { .entry { border: 1px solid; padding: 5px 8px 6px; - border-radius: 15px; + border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; border-color: #cfd6e6; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .header-bar .entry { - padding: 6px 11px; } + padding: 6px; } .entry.image { padding-left: 3px; padding-right: 3px; } -- cgit v1.2.3