Tweak the notification appearance

This commit is contained in:
Johannes Zellner
2016-01-14 15:54:32 +01:00
parent 8aed2be19b
commit 658305c969

View File

@@ -877,4 +877,23 @@ $graphs-success-alt: lighten(#27CE65, 20%);
margin-top: 0;
margin-bottom: 20px;
}
}
}
.ui-notification {
cursor: auto;
& a {
color: white;
&:hover {
color: white;
text-decoration: underline;
}
}
&:hover {
opacity: 1;
}
}