diff options
author | Horst3180 | 2015-07-10 16:51:47 +0200 |
---|---|---|
committer | Horst3180 | 2015-07-10 16:51:47 +0200 |
commit | 6cc3f9997ac92a73c9848fb149c1e79265ff56c7 (patch) | |
tree | 92e388b281860f9260d68a1738f722c7e6d391d6 /common/gtk-3.0/3.16/_unity.scss | |
parent | 1790fe365d6a1dcce100c7ceee551f6f891b04a3 (diff) | |
parent | 6a37d4c0f9a260e26ce4e56120b125084ea7ff3c (diff) | |
download | solarc-theme-6cc3f9997ac92a73c9848fb149c1e79265ff56c7.tar.gz solarc-theme-6cc3f9997ac92a73c9848fb149c1e79265ff56c7.tar.xz solarc-theme-6cc3f9997ac92a73c9848fb149c1e79265ff56c7.zip |
Merge branch 'dark_headerbars+dark_variant' of https://github.com/horst3180/Arc-theme into dark_headerbars+dark_variant
Diffstat (limited to 'common/gtk-3.0/3.16/_unity.scss')
-rw-r--r-- | common/gtk-3.0/3.16/_unity.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gtk-3.0/3.16/_unity.scss b/common/gtk-3.0/3.16/_unity.scss index 16ce6ed..34616fc 100644 --- a/common/gtk-3.0/3.16/_unity.scss +++ b/common/gtk-3.0/3.16/_unity.scss @@ -18,7 +18,7 @@ UnityDecoration { -UnityDecoration-title-alignment: 0.0; &.top { - border: 1px solid rgba(0, 0, 0, 0.1); + 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; padding: 1px 6px 0 6px; @@ -36,7 +36,7 @@ UnityDecoration { } &.left, &.right, &.bottom, &.left:backdrop, &.right:backdrop, &.bottom:backdrop { - background-image: linear-gradient(to bottom, if($variant == 'light', rgba(0, 0, 0, 0.1), rgba(0,0,0,0.25))); + background-image: linear-gradient(to bottom, if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), transparentize(black, 0.9))); } } |