diff options
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-dark.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-dark.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css index fe192a3..504b51c 100644 --- a/common/gtk-3.0/3.20/gtk-dark.css +++ b/common/gtk-3.0/3.20/gtk-dark.css @@ -896,6 +896,7 @@ headerbar, border-color: rgba(38, 42, 51, 0.97); } headerbar:backdrop, .titlebar:backdrop:not(headerbar) { + transition: 200ms ease-out; color: rgba(207, 218, 231, 0.5); background-color: #323843; } .csd headerbar:backdrop, @@ -2858,7 +2859,8 @@ decoration { box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.35); margin: 10px; } decoration:backdrop { - box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.87), 0 8px 8px 0 transparent, 0 5px 5px 0 rgba(0, 0, 0, 0.35); } + box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.87), 0 8px 8px 0 transparent, 0 5px 5px 0 rgba(0, 0, 0, 0.35); + transition: 200ms ease-out; } .fullscreen decoration, .tiled decoration { border-radius: 0; } |