summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-20 10:21:14 +0400
committerAndrew Dolgov <[email protected]>2013-03-20 10:22:15 +0400
commit414191d4280d6884b575a82bc5b5452c6ddcb62b (patch)
treea20b4966af52639511ff59a754c8eb241e6fbea2 /tt-rss.css
parentb799dc8b0d540d671a7f9c4f1202d428692367c9 (diff)
make a separate headline button to collapse current article in
unexpanded cdm mode; modify a q hotkey to collapse article in unexpanded mode and dismiss article in expanded mode
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 72e73e0d3..545d8c8d1 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1189,3 +1189,7 @@ ul.helpKbList h2 {
.dijitTreeNode .loadingNode {
margin-left : 3px;
}
+
+span.collapseBtn {
+ cursor : pointer;
+}