diff options
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-solid-darker.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-solid-darker.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css index f7befaa..51dffc6 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-darker.css @@ -895,6 +895,7 @@ headerbar, border-color: #262a33; } headerbar:backdrop, .titlebar:backdrop:not(headerbar) { + transition: 200ms ease-out; color: rgba(207, 218, 231, 0.5); background-color: #323843; } .csd headerbar:backdrop, @@ -2857,7 +2858,8 @@ decoration { box-shadow: 0 0 0 1px #20232b, 0 8px 8px 0 rgba(0, 0, 0, 0.2); margin: 10px; } decoration:backdrop { - box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.9), 0 8px 8px 0 transparent, 0 5px 5px 0 rgba(0, 0, 0, 0.2); } + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.9), 0 8px 8px 0 transparent, 0 5px 5px 0 rgba(0, 0, 0, 0.2); + transition: 200ms ease-out; } .fullscreen decoration, .tiled decoration { border-radius: 0; } |