aboutsummaryrefslogtreecommitdiff
path: root/src/main/assets/style.css
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-12-05 13:46:42 +0300
committerGravatar Vitaly Takmazov2018-12-05 13:46:42 +0300
commit687a5f19992b5c1e114d5dc3995ff7aef5655b10 (patch)
treeff86499a88dd67e2a4bb53f518ac55b455321e1a /src/main/assets/style.css
parent237a5e6b6bd1b513de2bf68a55d62b846c88d4fe (diff)
styling fixes
Diffstat (limited to 'src/main/assets/style.css')
-rw-r--r--src/main/assets/style.css5
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;