diff --git a/webadmin/src/theme.scss b/webadmin/src/theme.scss index 0864042b0..fff44fa42 100644 --- a/webadmin/src/theme.scss +++ b/webadmin/src/theme.scss @@ -877,4 +877,23 @@ $graphs-success-alt: lighten(#27CE65, 20%); margin-top: 0; margin-bottom: 20px; } -} \ No newline at end of file +} + + + +.ui-notification { + cursor: auto; + + & a { + color: white; + + &:hover { + color: white; + text-decoration: underline; + } + } + + &:hover { + opacity: 1; + } +}