diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-10-16 11:11:37 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-10-16 11:11:37 +0200 |
| commit | 3aed9159d6601aa4db9822ec7d7bc8efe877b99f (patch) | |
| tree | c89ac542125d16dd7f213027a77e92bb43fb31bc /resources/assets | |
| parent | 609e0bf8fa3dc7981da685163f4dde2f53572ecb (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.scss | 2 |
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; |
