From f72f5e95238a866c39535932c803720d7644a276 Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Fri, 31 Jan 2025 13:58:57 +0100 Subject: Improve notification banner (#7268) * a -> button * i18n: Close * a.close -> .close * themes * Apply suggestions from code review Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> Co-authored-by: Frans de Jonge * Update app/i18n/fr/gen.php --------- Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> Co-authored-by: Frans de Jonge Co-authored-by: Alexandre Alapetite --- p/themes/Mapco/mapco.rtl.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'p/themes/Mapco/mapco.rtl.css') diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 9972d7a3c..7400c1beb 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -985,13 +985,13 @@ main.prompt { background: #f5633e; color: #fff; } -.notification a.close { - border-radius: 3px 0 0 3px; +.notification .close .icon { + filter: brightness(3); } -.notification.good a.close:hover { +.notification.good .close:hover { background: #0c7540; } -.notification.bad a.close:hover { +.notification.bad .close:hover { background: #73341f; } .notification#actualizeProgress br { @@ -1352,4 +1352,4 @@ body.register { a, button.as-link { outline: none; color: #36c; -} \ No newline at end of file +} -- cgit v1.2.3