summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-19 12:08:06 +0300
committerAndrew Dolgov <[email protected]>2018-12-19 12:08:06 +0300
commit51b069a1ee0017635e6b6639c5a25643c2289c09 (patch)
treed6d6a4d0c11fedd3b852e4d629b62cfa09ea1fa1 /css/default.css
parente3c4540c12f9d821822d69b4f75b6d394e912a57 (diff)
display filter tree rules as a list
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css17
1 files changed, 6 insertions, 11 deletions
diff --git a/css/default.css b/css/default.css
index c86c226fe..6289354fa 100644
--- a/css/default.css
+++ b/css/default.css
@@ -1485,9 +1485,6 @@ body.ttrss_prefs .user-css-editor {
height: 300px;
width: 575px;
}
-body.ttrss_prefs #filterTree .filterRules * {
- white-space: normal;
-}
body.ttrss_prefs table.prefPluginsList td label,
body.ttrss_prefs table.prefUserList td {
cursor: pointer;
@@ -1757,10 +1754,6 @@ body#sharepopup input {
.flat li {
padding: 2px;
}
-.flat .filterRules span {
- display: block;
- color: green;
-}
.flat #filterDlg_Matches span.filterRule {
color: green;
}
@@ -1805,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 {
@@ -1832,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%;