From fa4eb1079e4a005c094e9f4acf0ad9e0c2085b14 Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Tue, 9 Oct 2018 08:32:03 +0000 Subject: [PATCH] tweak file highlight some more --- 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 b501bf6..2e25d28 100644 --- a/res/static/res/style/layout.css +++ b/res/static/res/style/layout.css @@ -226,7 +226,7 @@ pre{ display: inline-block; } .file_button:hover{ - box-shadow: 0px 0px 10px 3px var(--highlight_color); + box-shadow: 0px 0px 10px 3px var(--highlight_color), inset 0px 0px 6px 1px var(--highlight_color); text-decoration: none; color: var(--text_color); }