diff options
author | Vitaly Takmazov | 2018-06-16 16:58:26 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-06-16 16:58:26 +0300 |
commit | 095cbbffde0c73df0a9c1562e30a1d76436195d3 (patch) | |
tree | 78fe2166c7df672a1f485b53ea9574d99a54d548 /juick-www/src | |
parent | dab8d73bedfe9207e388e0c113493d6a4ffdf511 (diff) |
www: fix header in Safari
Diffstat (limited to 'juick-www/src')
-rw-r--r-- | juick-www/src/main/assets/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/assets/style.css b/juick-www/src/main/assets/style.css index 82d2a91e..e08a9a09 100644 --- a/juick-www/src/main/assets/style.css +++ b/juick-www/src/main/assets/style.css @@ -105,7 +105,7 @@ body > header { transition-property: transform; } @supports (backdrop-filter: blur(10px)) { - body > header { + body > header--background { background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(10px); } |