Commit 98854937 by Kálmán Viktor

dashboard: infobtn should not act like a button on hover

Closes #207
parent 745ad571
......@@ -1143,3 +1143,11 @@ textarea[name="new_members"] {
font-size: 13px;
}
}
.infobtn {
cursor: help;
&:hover {
background-position: 0 0px;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment