Cursor is now a pointer on menu-bar i elements. Fix #44
This commit is contained in:
parent
be7c0bd059
commit
5990c80a00
|
@ -129,6 +129,10 @@ html, body {
|
|||
color: #333;
|
||||
}
|
||||
|
||||
.menu-bar i:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.menu-title {
|
||||
color: #7E7E7E;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in New Issue