summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/night.css b/themes/night.css
index 81ff1669c..c60abd55f 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -197,6 +197,7 @@ body.ttrss_main .hl {
flex-wrap: nowrap;
background: #222;
align-items: center;
+ user-select: none;
}
body.ttrss_main .hl > * {
white-space: nowrap;
@@ -1369,6 +1370,9 @@ div#floatingTitle.Unread a.title {
font-weight: normal;
cursor: pointer;
}
+.cdm.expandable:not(.active) {
+ user-select: none;
+}
.cdm.expandable.Unread {
background: white;
}