summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-03-25 16:18:05 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-03-25 16:18:05 +0900
commited4a7ebd0c2034eb4160c36ab7d0193775639e5e (patch)
treece6c859758ff8f09f2835615846357d792dad838 /src
parent[Client:Desktop] Fix bug (diff)
downloadsharkey-ed4a7ebd0c2034eb4160c36ab7d0193775639e5e.tar.gz
sharkey-ed4a7ebd0c2034eb4160c36ab7d0193775639e5e.tar.bz2
sharkey-ed4a7ebd0c2034eb4160c36ab7d0193775639e5e.zip
[Client:Mobile] :art:
Diffstat (limited to 'src')
-rw-r--r--src/web/app/mobile/tags/drive.tag6
-rw-r--r--src/web/app/mobile/tags/ui-header.tag2
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 d32dab068e..264f1c2219 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 004b4f7978..c3de5488c3 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