Cursor is now a pointer on menu-bar i elements. Fix #44

This commit is contained in:
Mathieu David 2015-08-31 16:15:17 +02:00
parent be7c0bd059
commit 5990c80a00
1 changed files with 4 additions and 0 deletions

View File

@ -129,6 +129,10 @@ html, body {
color: #333;
}
.menu-bar i:hover {
cursor: pointer;
}
.menu-title {
color: #7E7E7E;
display: inline-block;