aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk-solid-darker.css
diff options
context:
space:
mode:
authorHorst31802016-05-01 16:40:39 +0200
committerHorst31802016-05-01 16:40:39 +0200
commit3798cbce4f60b9add58ef7f39af111b6d441bbc2 (patch)
tree80a82d8c84aac884c4762cb4c75e9b35fc62d0cb /common/gtk-3.0/3.20/gtk-solid-darker.css
parent813b0b3d9ea98ca6ede31e1dda34a0f41ee91e7a (diff)
downloadsolarc-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-darker.css')
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-darker.css8
1 files changed, 8 insertions, 0 deletions
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; }