diff options
author | Horst3180 | 2016-05-01 16:40:39 +0200 |
---|---|---|
committer | Horst3180 | 2016-05-01 16:40:39 +0200 |
commit | 3798cbce4f60b9add58ef7f39af111b6d441bbc2 (patch) | |
tree | 80a82d8c84aac884c4762cb4c75e9b35fc62d0cb /common/gtk-3.0/3.20/gtk-solid-dark.css | |
parent | 813b0b3d9ea98ca6ede31e1dda34a0f41ee91e7a (diff) | |
download | solarc-theme-3798cbce4f60b9add58ef7f39af111b6d441bbc2.tar.gz solarc-theme-3798cbce4f60b9add58ef7f39af111b6d441bbc2.tar.xz solarc-theme-3798cbce4f60b9add58ef7f39af111b6d441bbc2.zip |
be more careful with notebook margins (fix #503)
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-solid-dark.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-solid-dark.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css index bf7f92a..5354f23 100644 --- a/common/gtk-3.0/3.20/gtk-solid-dark.css +++ b/common/gtk-3.0/3.20/gtk-solid-dark.css @@ -1638,6 +1638,14 @@ notebook { border: 1px solid #2b2e39; } 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; } |