From 3798cbce4f60b9add58ef7f39af111b6d441bbc2 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sun, 1 May 2016 16:40:39 +0200 Subject: be more careful with notebook margins (fix #503) --- common/gtk-3.0/3.20/gtk-solid-darker.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'common/gtk-3.0/3.20/gtk-solid-darker.css') diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css index 1c0d544..d4f57b1 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-darker.css @@ -1637,6 +1637,14 @@ notebook { border: 1px solid #dcdfe3; } notebook.frame > header { margin: -1px; } + notebook.frame > header.top { + margin-bottom: 0; } + notebook.frame > header.bottom { + margin-top: 0; } + notebook.frame > header.left { + margin-right: 0; } + notebook.frame > header.right { + margin-left: 0; } notebook.frame > header.top, notebook.frame > header.bottom { padding-left: 0; padding-right: 0; } -- cgit v1.2.3