1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 14:31:29 +00:00

display filter tree rules as a list

This commit is contained in:
Andrew Dolgov
2018-12-19 12:08:06 +03:00
parent e3c4540c12
commit 51b069a1ee
10 changed files with 33 additions and 55 deletions

View File

@@ -4,11 +4,6 @@
padding: 2px;
}
.filterRules span {
display: block;
color: green;
}
#filterDlg_Matches span.filterRule {
color: green;
}
@@ -69,7 +64,7 @@
}
.dijitTreeRowSelected {
.filterRules span {
.filterRules li {
color : white;
}
@@ -105,13 +100,15 @@
}
.filterRules {
display: block;
color: #ccc;
font-size: 12px;
margin-left: 100px;
line-height : normal;
}
white-space: normal;
margin-left : 28px;
li {
color : green;
}
}
.dijitTreeContainer {
max-width : 100%;