diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-06-11 13:22:12 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-06-11 13:26:37 +0200 |
commit | b2cb5768bba778707bde31fe18613092cf221412 (patch) | |
tree | 9dd07638702d2f4a911762c7cad61db98b35ad42 | |
parent | cdc260afab318ea4c4cff1c32882f003446eaa57 (diff) |
Style: Make text in <p> elements of the age filter dialog selectable.
-rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |