diff options
author | Horst3180 | 2015-05-18 12:55:25 +0200 |
---|---|---|
committer | Horst3180 | 2015-05-18 13:21:44 +0200 |
commit | 837684c58004cbedfa069d06dbfc39529cd09de0 (patch) | |
tree | c3bc018aabad720d566adcc4ce68e6a3ccd06b53 /gtk-3.0/_unity.scss | |
parent | 3608abc23088d9bdcc3f34b45db600ffae30637e (diff) | |
download | solarc-theme-837684c58004cbedfa069d06dbfc39529cd09de0.tar.gz solarc-theme-837684c58004cbedfa069d06dbfc39529cd09de0.tar.xz solarc-theme-837684c58004cbedfa069d06dbfc39529cd09de0.zip |
tweak unity decorations
Diffstat (limited to 'gtk-3.0/_unity.scss')
-rw-r--r-- | gtk-3.0/_unity.scss | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gtk-3.0/_unity.scss b/gtk-3.0/_unity.scss index 3b10430..e50b1d9 100644 --- a/gtk-3.0/_unity.scss +++ b/gtk-3.0/_unity.scss @@ -1,14 +1,14 @@ // Decorations UnityDecoration { - -UnityDecoration-extents: 28px 0 0 0; + -UnityDecoration-extents: 28px 1 1 1; -UnityDecoration-input-extents: 10px; -UnityDecoration-shadow-offset-x: 0px; - -UnityDecoration-shadow-offset-y: 1px; - -UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.1); // doesn't work - -UnityDecoration-active-shadow-radius: 8px; - -UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.1); - -UnityDecoration-inactive-shadow-radius: 5px; + -UnityDecoration-shadow-offset-y: 3px; + -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.15); + -UnityDecoration-active-shadow-radius: 12px; + -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); + -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; -UnityDecoration-glow-color: $selected_bg_color; @@ -18,7 +18,7 @@ UnityDecoration { -UnityDecoration-title-alignment: 0.0; &.top { - border: none; + border: 1px solid rgba(0, 0, 0, 0.1); 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: none; + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } } |