aboutsummaryrefslogtreecommitdiff
path: root/resources/assets
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-10-16 11:11:37 +0200
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-10-16 11:11:37 +0200
commit3aed9159d6601aa4db9822ec7d7bc8efe877b99f (patch)
treec89ac542125d16dd7f213027a77e92bb43fb31bc /resources/assets
parent609e0bf8fa3dc7981da685163f4dde2f53572ecb (diff)
use message box instead of notification and ensure that buttons are readable, fixes #5945
Closes #5945 Merge request studip/studip!4546
Diffstat (limited to 'resources/assets')
-rw-r--r--resources/assets/stylesheets/scss/system-notifications.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/assets/stylesheets/scss/system-notifications.scss b/resources/assets/stylesheets/scss/system-notifications.scss
index b1fbed1..24a15a7 100644
--- a/resources/assets/stylesheets/scss/system-notifications.scss
+++ b/resources/assets/stylesheets/scss/system-notifications.scss
@@ -141,7 +141,7 @@
display: none;
}
- a:not(.system-notification-message) {
+ a:not(.system-notification-message,.button) {
color: var(--color--white);
text-decoration-line: underline;