From 6b3433ab116836dc92d1c720f716688e294e03ad Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Thu, 25 Jan 2018 20:37:56 +0100 Subject: [PATCH] Fix file button shadow --- res/static/res/style/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/static/res/style/layout.css b/res/static/res/style/layout.css index 4449ae9..5de825a 100644 --- a/res/static/res/style/layout.css +++ b/res/static/res/style/layout.css @@ -223,7 +223,7 @@ a:hover{ margin: 6px; padding: 0; overflow: hidden; - box-shadow: 2px 2px 5px 2px #111; + box-shadow: 0px 0px 5px 2px #111; background-color: #111; color: var(--text_color); word-break: break-all;