diff options
author | Vitaly Takmazov | 2018-01-21 12:34:27 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-01-21 12:34:27 +0300 |
commit | 65bb94cf0f25eb823a832d28f3a31bfe701e4155 (patch) | |
tree | 34daff3555f80aa6be1a9cb7250c76c3a04c991d /juick-www/src/main/static | |
parent | b71d27615efd38b1a1e9734f60c6c02b529cc711 (diff) |
www: buttons hover
Diffstat (limited to 'juick-www/src/main/static')
-rw-r--r-- | juick-www/src/main/static/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
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; |