diff options
author | Vitaly Takmazov | 2018-12-05 13:46:42 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-12-05 13:46:42 +0300 |
commit | 687a5f19992b5c1e114d5dc3995ff7aef5655b10 (patch) | |
tree | ff86499a88dd67e2a4bb53f518ac55b455321e1a /src | |
parent | 237a5e6b6bd1b513de2bf68a55d62b846c88d4fe (diff) |
styling fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/main/assets/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
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; |