From 687a5f19992b5c1e114d5dc3995ff7aef5655b10 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 5 Dec 2018 13:46:42 +0300 Subject: styling fixes --- src/main/assets/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/main/assets/style.css') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 882ecd3c..f14c5235 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -190,9 +190,12 @@ body > header { } #ctitle a { padding: 4px 20px; + transition: background 0.3s ease-out; } +.msg-cont>nav.l a:hover, #global a:hover { color: #fff; + transition: background 0.3s ease-out; } #global li:hover, #ctitle a:hover, @@ -201,7 +204,7 @@ body > header { color: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); cursor: pointer; - transition: background 0.2s ease-out; + transition: background 0.3s ease-out; } #search input { background: #FFF; -- cgit v1.2.3