summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css25
1 files changed, 16 insertions, 9 deletions
diff --git a/css/default.css b/css/default.css
index 9b1fc7de0..ad295c96b 100644
--- a/css/default.css
+++ b/css/default.css
@@ -1042,6 +1042,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: #257aa7;
+}
::selection {
background: #257aa7;
color: #ffffff;
@@ -1745,14 +1754,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;
}
@@ -1793,7 +1798,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 {
@@ -1820,11 +1825,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%;