diff options
author | Horst3180 | 2016-09-30 15:41:00 +0200 |
---|---|---|
committer | Horst3180 | 2016-09-30 15:41:23 +0200 |
commit | 1e317d21ef488d657f28efb0c61461e9b91d57b4 (patch) | |
tree | b2dfab6545720f84e0ebf62bef6e81749131b536 /common/gtk-3.0/3.20/sass | |
parent | e2fde8358258bd1ab06a20c7bb2e750e9449a5fe (diff) | |
download | solarc-theme-1e317d21ef488d657f28efb0c61461e9b91d57b4.tar.gz solarc-theme-1e317d21ef488d657f28efb0c61461e9b91d57b4.tar.xz solarc-theme-1e317d21ef488d657f28efb0c61461e9b91d57b4.zip |
gtk 3.20: try to fix unity decorations (#660)
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_unity.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.20/sass/_unity.scss b/common/gtk-3.0/3.20/sass/_unity.scss index b851ec9..cb18aec 100644 --- a/common/gtk-3.0/3.20/sass/_unity.scss +++ b/common/gtk-3.0/3.20/sass/_unity.scss @@ -17,7 +17,7 @@ UnityDecoration { -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; - &.top { + .top { border: 1px solid if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), transparentize(black, 0.9)); border-bottom-width: 0; border-radius: 4px 4px 0 0; @@ -34,8 +34,8 @@ UnityDecoration { color: transparentize($header_fg, 0.3); } } - &.left, &.right, &.bottom, - &.left:backdrop, &.right:backdrop, &.bottom:backdrop { + .left, .right, .bottom, + .left:backdrop, .right:backdrop, .bottom:backdrop { background-color: transparent; background-image: _solid(if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), transparentize(black, 0.9))); } |