diff options
Diffstat (limited to 'common/gtk-3.0/3.20/gtk.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index f1e3f85..073e562 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -895,6 +895,7 @@ headerbar, border-color: rgba(212, 213, 219, 0.95); } headerbar:backdrop, .titlebar:backdrop:not(headerbar) { + transition: 200ms ease-out; color: rgba(82, 93, 118, 0.5); background-color: #eff0f2; } .csd headerbar:backdrop, @@ -2861,7 +2862,8 @@ decoration { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 8px 0 rgba(0, 0, 0, 0.2); margin: 10px; } decoration:backdrop { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 8px 0 transparent, 0 5px 5px 0 rgba(0, 0, 0, 0.2); } + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 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; } |