From ed4a7ebd0c2034eb4160c36ab7d0193775639e5e Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 25 Mar 2017 16:18:05 +0900 Subject: [PATCH] [Client:Mobile] :art: --- src/web/app/mobile/tags/drive.tag | 6 ++++-- src/web/app/mobile/tags/ui-header.tag | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/web/app/mobile/tags/drive.tag b/src/web/app/mobile/tags/drive.tag index d32dab068..264f1c221 100644 --- a/src/web/app/mobile/tags/drive.tag +++ b/src/web/app/mobile/tags/drive.tag @@ -71,8 +71,10 @@ overflow auto white-space nowrap font-size 0.9em - color #555 - background #fff + color rgba(0, 0, 0, 0.67) + -webkit-backdrop-filter blur(12px) + backdrop-filter blur(12px) + background-color rgba(#fff, 0.75) border-bottom solid 1px rgba(0, 0, 0, 0.13) > p diff --git a/src/web/app/mobile/tags/ui-header.tag b/src/web/app/mobile/tags/ui-header.tag index 004b4f797..c3de5488c 100644 --- a/src/web/app/mobile/tags/ui-header.tag +++ b/src/web/app/mobile/tags/ui-header.tag @@ -30,7 +30,7 @@ height $height -webkit-backdrop-filter blur(12px) backdrop-filter blur(12px) - background-color rgba(#313a40, 0.75) + background-color rgba(#1b2023, 0.75) > .content z-index 1024