summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-08 10:12:06 +0300
committerAndrew Dolgov <[email protected]>2019-03-08 10:12:06 +0300
commita34509c8aeaf57b96a12daf289fa7ec71346d2f0 (patch)
treee36b851642a287b0792525263e583151ed566e82 /themes/night_blue.css
parent19f162dbe304d3e0f26e2c37fa29522924b7cede (diff)
parent900cdbbb3129a40299eb11e11b4cb10d89ec4d7c (diff)
Merge branch 'master' of git.fakecake.org:tt-rss
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index f679b3176..89b8e9f01 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.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;
}