diff options
author | Horst3180 | 2016-02-19 11:06:17 +0100 |
---|---|---|
committer | Horst3180 | 2016-02-19 11:06:17 +0100 |
commit | 61e1597a65115381291866f67d30492a24840c8f (patch) | |
tree | 3f9c80a6f538cfccf34a0015815443bcc8d60f4d /common/gtk-3.0/3.20/sass | |
parent | 6eaefb8aa70a7711b13ec0d0211f7e20aae57170 (diff) | |
download | solarc-theme-61e1597a65115381291866f67d30492a24840c8f.tar.gz solarc-theme-61e1597a65115381291866f67d30492a24840c8f.tar.xz solarc-theme-61e1597a65115381291866f67d30492a24840c8f.zip |
notebook: use child selector
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_common.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 4eb1625..af5935f 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -1600,7 +1600,7 @@ notebook { header { margin: -1px; } // ugly hack to hide the borders around the header } - header { + > header { $vpadding: 4px; $hpadding: 15px; padding: 3px; |