summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-07 13:39:47 +0300
committerAndrew Dolgov <[email protected]>2019-03-07 13:39:47 +0300
commitb54c40c45b40ba435eafaa003714afd8324e6fc7 (patch)
treea3619e57d6ed9153f09bf53b432773eac8b726d0 /themes/night.css
parent5373b2fe0aa345494dc50d1572cd33b082fbf42d (diff)
forbid text selection on normal headline rows / unexpanded CDM rows to prevent annoying glitches when selecting ranges etc
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;
}