diff options
author | Horst3180 | 2016-03-28 11:47:22 +0200 |
---|---|---|
committer | Horst3180 | 2016-03-28 11:47:22 +0200 |
commit | 2b98a03751c84066b9013f57ec9630cfed30ee5f (patch) | |
tree | b16f94d42fb31f222a58f0a7ae075cf760e0d9bf /common/gtk-3.0/3.20/sass | |
parent | e58b4a9717a2019d8bb1076c69289f96a4b96147 (diff) | |
download | solarc-theme-2b98a03751c84066b9013f57ec9630cfed30ee5f.tar.gz solarc-theme-2b98a03751c84066b9013f57ec9630cfed30ee5f.tar.xz solarc-theme-2b98a03751c84066b9013f57ec9630cfed30ee5f.zip |
fix a derp
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_common.scss | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index bd419aa..51ee0a7 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -1073,6 +1073,11 @@ headerbar, } headerbar { + entry, button, separator { + margin-top: 6px; + margin-bottom: 6px; + } + separator:first-child + &, &:first-child { &, &:backdrop { border-top-left-radius: $_header_radius; }} @@ -1096,16 +1101,10 @@ headerbar { @extend %titlebar; } -headerbar, -%titlebar { +headerbar { separator.titlebutton { @extend %header_separator; } @extend %header_widgets; - - entry, button, separator { - margin-top: 6px; - margin-bottom: 6px; - } } %header_separator { |