Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Juelg <djuelg@gmx.de>2016-05-19 10:11:26 +0300
committerDominik Juelg <djuelg@gmx.de>2016-05-19 10:11:26 +0300
commit14249d6e7b854d5d73f26821c26c2b96a6746ec0 (patch)
tree09ee11caab05eb6a5dc3e1e44cb806efb59abb6c
parent174d07667bac7f48051e4dd59c3697caebd0f25f (diff)
improved box shadow
-rw-r--r--static/css/mobile.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/mobile.css b/static/css/mobile.css
index e6d87ed..d279c4b 100644
--- a/static/css/mobile.css
+++ b/static/css/mobile.css
@@ -27,7 +27,7 @@
display: flex;
align-items: center;
justify-content: center;
- box-shadow: 0 4px 2px -2px #333;
+ box-shadow: inset 0 -4px 4px -4px #333;
}
.mobile div:first-child, .mobile div:first-child:hover {