diff options
author | Horst3180 | 2015-07-09 23:21:15 +0200 |
---|---|---|
committer | Horst3180 | 2015-07-09 23:21:15 +0200 |
commit | 6a37d4c0f9a260e26ce4e56120b125084ea7ff3c (patch) | |
tree | 868b3c86ca22cbe3fb187aec699c49fee489d649 /common/gtk-3.0/3.14/_unity.scss | |
parent | a17f42b0b8ec119b150b46bda9e80ddf2177f039 (diff) | |
download | solarc-theme-6a37d4c0f9a260e26ce4e56120b125084ea7ff3c.tar.gz solarc-theme-6a37d4c0f9a260e26ce4e56120b125084ea7ff3c.tar.xz solarc-theme-6a37d4c0f9a260e26ce4e56120b125084ea7ff3c.zip |
unity fixes
Diffstat (limited to 'common/gtk-3.0/3.14/_unity.scss')
-rw-r--r-- | common/gtk-3.0/3.14/_unity.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gtk-3.0/3.14/_unity.scss b/common/gtk-3.0/3.14/_unity.scss index 16ce6ed..34616fc 100644 --- a/common/gtk-3.0/3.14/_unity.scss +++ b/common/gtk-3.0/3.14/_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))); } } |