summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index eda11cc55..58e0973bb 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -569,10 +569,10 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow .dijitIcon.
margin-right: 2px;
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow i.icon.icon-inbox {
- color: #555;
+ color: #ffffff;
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow i.icon.icon-archive {
- color: #c77b2e;
+ color: #cf7800;
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow i.icon.icon-star {
position: relative;
@@ -2069,24 +2069,24 @@ body.flat.ttrss_main #feeds-holder {
background: #222;
box-shadow: inset -1px 0px 2px -1px #666;
}
-body.flat.ttrss_main #feeds-holder #feedTree .counterNode.aux,
-body.flat.ttrss_main #feeds-holder #feedTree .counterNode.marked {
+body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRow .counterNode.aux,
+body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRow .counterNode.marked {
background: #222;
color: #ccc;
border-color: #333;
}
-body.flat.ttrss_main #feeds-holder #feedTree .counterNode.marked {
+body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRow .counterNode.marked {
border-color: #b87d2c;
}
-body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected {
+body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRow .dijitTreeRowSelected {
background: #333;
border-color: #333 transparent;
color: #e6e6e6;
}
-body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected .dijitTreeLabel {
+body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRow .dijitTreeRowSelected .dijitTreeLabel {
text-shadow: none;
}
-body.flat.ttrss_main #feeds-holder #feedTree i.icon.icon-inbox {
+body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRow i.icon.icon-inbox {
color: #999999;
}
body.flat.ttrss_main #headlines-frame {