summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css25
1 files changed, 16 insertions, 9 deletions
diff --git a/themes/night.css b/themes/night.css
index c1a6ab462..cf39692ed 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1043,6 +1043,15 @@ body.ttrss_main ul.list-unstyled {
body.ttrss_main .text-center {
text-align: center;
}
+body.ttrss_main #prefFilterTestResultList .preview {
+ margin: 8px;
+}
+body.ttrss_main #prefFilterTestResultList .title {
+ font-weight: bold;
+}
+body.ttrss_main #prefFilterTestResultList .feed {
+ color: #b87d2c;
+}
::selection {
background: #b87d2c;
color: #333333;
@@ -1746,14 +1755,10 @@ body#sharepopup input {
.flat li {
padding: 2px;
}
-.flat .filterRules span {
- display: block;
- color: green;
-}
.flat #filterDlg_Matches span.filterRule {
color: green;
}
-.flat .filterRules span.inverse,
+.flat #filterTree .filterRules li.inverse,
.flat #filterDlg_Matches span.filterRule.inverse {
color: red;
}
@@ -1794,7 +1799,7 @@ body#sharepopup input {
.flat .dijitTree .dijitFolderOpened {
display: none;
}
-.flat .dijitTree .dijitTreeRowSelected .filterRules span {
+.flat .dijitTree .dijitTreeRowSelected .filterRules li {
color: white;
}
.flat .dijitTree .dijitTreeRowSelected .dijitTreeExpando {
@@ -1821,11 +1826,13 @@ body#sharepopup input {
float: right;
}
.flat .dijitTree .filterRules {
- display: block;
- color: #ccc;
font-size: 12px;
- margin-left: 100px;
line-height: normal;
+ white-space: normal;
+ margin-left: 28px;
+}
+.flat .dijitTree .filterRules li {
+ color: green;
}
.flat .dijitTree .dijitTreeContainer {
max-width: 100%;