mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:25:55 +00:00
simplify feed tree expando/loading/feed icon handling
This commit is contained in:
@@ -584,17 +584,28 @@ body.ttrss_main {
|
||||
font-family : @fonts-ui;
|
||||
|
||||
.dijitTreeNode {
|
||||
.loadingExpando {
|
||||
left : -3px;
|
||||
height : 22px;
|
||||
position : relative;
|
||||
top : -3px;
|
||||
}
|
||||
|
||||
.dijitTreeRow {
|
||||
border : 1px solid transparent;
|
||||
cursor : pointer;
|
||||
|
||||
.loadingNode {
|
||||
opacity : 0;
|
||||
|
||||
&.visible {
|
||||
opacity : 1;
|
||||
}
|
||||
}
|
||||
|
||||
&.Is_Feed {
|
||||
.loadingNode {
|
||||
left : -3px;
|
||||
height : 20px;
|
||||
width : 20px;
|
||||
position : relative;
|
||||
top : -2px;
|
||||
}
|
||||
}
|
||||
|
||||
.counterNode {
|
||||
font-weight : bold;
|
||||
display : none;
|
||||
|
||||
Reference in New Issue
Block a user