mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
initial
This commit is contained in:
+19
@@ -1012,3 +1012,22 @@ div.hl.active a.title {
|
||||
color : #4684ff;
|
||||
}
|
||||
|
||||
#feedTree .dijitTreeRow span.counterNode {
|
||||
display : none;
|
||||
}
|
||||
|
||||
#feedTree .dijitTreeRow.Unread span.counterNode {
|
||||
display : inline;
|
||||
}
|
||||
|
||||
#feedTree span.counterNode:before {
|
||||
content: "(";
|
||||
}
|
||||
|
||||
#feedTree span.counterNode:after {
|
||||
content: ")";
|
||||
}
|
||||
|
||||
#feedTree span.counterNode {
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user