summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-16 13:43:16 +0300
committerAndrew Dolgov <[email protected]>2021-03-16 13:43:16 +0300
commitd9ba40392779e0fc0b73dca2533fc75597ffc66a (patch)
treec1fefcff305b47c5180f31d9d7deb80e062a4c5a /themes/night_blue.css
parent44b274b6d422fd647bcffade2afba6a7e62f2786 (diff)
remove some hardcoded color values
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 1e3c44582..6afc478d2 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -570,10 +570,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;
@@ -2070,24 +2070,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: #257aa7;
}
-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 {