From f21e9d764424e698457ba988b8d97566af35e6df Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 27 Dec 2017 12:36:25 +0300 Subject: www: clean up global menu --- juick-www/src/main/static/style.css | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'juick-www/src') diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index c09d7e88..6fd2c763 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -166,7 +166,13 @@ body > header a { } #global li { display: inline-block; - margin: 14px 12px 0 0; + padding: 14px; +} +#global li:hover { + background-color: #fff; + box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); + cursor: pointer; + transition: background-color 0.2s ease-in; } #search { margin: 12px 20px 12px 0; @@ -176,16 +182,6 @@ body > header a { border: 1px solid #DDDDD5; padding: 4px; } -body > header nav li:after { - color: #AAA; - content: "|"; - display: inline-block; - margin-left: 12px; -} -body > header nav li:last-child:after { - display: none; -} - @media screen and (max-width: 850px) { body > header a { font-size: 12pt; @@ -537,7 +533,8 @@ q:before, q:after { content: ""; } -q, blockquote { +q, +blockquote { border-left: 3px solid #CCC; color: #666; display: block; -- cgit v1.2.3