From 65bb94cf0f25eb823a832d28f3a31bfe701e4155 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 21 Jan 2018 12:34:27 +0300 Subject: www: buttons hover --- juick-www/src/main/static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 227f7ddc..2318d76b 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -170,7 +170,8 @@ body > header { #global li { display: inline-block; } -#global li:hover { +#global li:hover, +.l a:hover { background-color: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); cursor: pointer; -- cgit v1.2.3