aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2025-06-11 13:22:12 +0200
committerGuilhem Moulin <guilhem@fripost.org>2025-06-11 13:26:37 +0200
commitb2cb5768bba778707bde31fe18613092cf221412 (patch)
tree9dd07638702d2f4a911762c7cad61db98b35ad42
parentcdc260afab318ea4c4cff1c32882f003446eaa57 (diff)
Style: Make text in <p> elements of the age filter dialog selectable.
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index 52d7efe..672610d 100644
--- a/style.css
+++ b/style.css
@@ -479,6 +479,11 @@ body.inprogress {
#age-filter-form .age-filter-settings p.text-muted {
margin: 0;
}
+#age-filter-modal p {
+ -webkit-user-select: text;
+ -moz-user-select: text;
+ user-select: text;
+}
.popover {
--bs-popover-header-padding-x: .75rem;