diff options
author | Horst3180 | 2016-03-31 19:58:44 +0200 |
---|---|---|
committer | Horst3180 | 2016-03-31 19:58:44 +0200 |
commit | f42f5a31e94af67ea5bd1251c9e7498c0559bb51 (patch) | |
tree | 853ff59a38ed7679d2b1e8f5aedbccd3142a102e /common/gtk-3.0/3.20/gtk-darker.css | |
parent | f4e661f7170e75b0b463c03086ba37874893e7ad (diff) | |
download | solarc-theme-f42f5a31e94af67ea5bd1251c9e7498c0559bb51.tar.gz solarc-theme-f42f5a31e94af67ea5bd1251c9e7498c0559bb51.tar.xz solarc-theme-f42f5a31e94af67ea5bd1251c9e7498c0559bb51.zip |
add some backdrop transitions
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-darker.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-darker.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index 1b57837..22e5ca3 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.css @@ -895,6 +895,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, @@ -2857,7 +2858,8 @@ decoration { box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.97), 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.87), 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.87), 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; } |