mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:55:55 +00:00
feed tree: set cursor pointer on tree label
This commit is contained in:
@@ -592,7 +592,6 @@ body.ttrss_main {
|
||||
.dijitTreeNode {
|
||||
.dijitTreeRow {
|
||||
border : 1px solid transparent;
|
||||
cursor : pointer;
|
||||
|
||||
.loadingNode {
|
||||
opacity : 0;
|
||||
@@ -656,8 +655,12 @@ body.ttrss_main {
|
||||
border-color: darken(@color-checked, 25%);
|
||||
}
|
||||
|
||||
.dijitTreeLabel.Unread {
|
||||
font-weight : bold;
|
||||
.dijitTreeLabel {
|
||||
cursor : pointer;
|
||||
|
||||
&.Unread {
|
||||
font-weight : bold;
|
||||
}
|
||||
}
|
||||
|
||||
&.Error .dijitTreeLabel {
|
||||
|
||||
Reference in New Issue
Block a user