aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/base.rtl.css
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2025-01-31 13:58:57 +0100
committerGravatar GitHub <noreply@github.com> 2025-01-31 13:58:57 +0100
commitf72f5e95238a866c39535932c803720d7644a276 (patch)
tree3e8069c5fba45068a6d4f3f99eb3a0d5ba8eb9e5 /p/themes/base-theme/base.rtl.css
parentd1eb85e374c064146c0519d4bf6ca7e936a8014c (diff)
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 <fransdejonge@gmail.com> * Update app/i18n/fr/gen.php --------- Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/base-theme/base.rtl.css')
-rw-r--r--p/themes/base-theme/base.rtl.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/p/themes/base-theme/base.rtl.css b/p/themes/base-theme/base.rtl.css
index d4cceb6da..aec8ac341 100644
--- a/p/themes/base-theme/base.rtl.css
+++ b/p/themes/base-theme/base.rtl.css
@@ -599,10 +599,10 @@ th {
.notification.bad {
}
-.notification.good a.close:hover {
+.notification.good .close:hover {
}
-.notification.bad a.close:hover {
+.notification.bad .close:hover {
}
/*=== "Load more" part */
@@ -753,16 +753,16 @@ th {
margin: 0 0 3.5em;
}
- .notification a.close {
+ .notification .close {
display: block;
right: 0;
}
- .notification a.close:hover {
+ .notification .close:hover {
opacity: 0.5;
}
- .notification a.close .icon {
+ .notification .close .icon {
display: none;
}
}