1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:15:55 +00:00

night.css: brighten counter node back

This commit is contained in:
Andrew Dolgov
2018-12-09 06:59:21 +03:00
parent 38af3289a1
commit d4f9384d66
3 changed files with 1 additions and 8 deletions

View File

@@ -1904,9 +1904,6 @@ body.flat.ttrss_main #feeds-holder #feedTree .counterNode.aux {
color: #cccccc;
border-color: #333333;
}
body.flat.ttrss_main #feeds-holder #feedTree .counterNode {
background: #8f6122;
}
body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected {
background: #333333;
border-color: #333333 transparent;

File diff suppressed because one or more lines are too long

View File

@@ -60,10 +60,6 @@ body.flat.ttrss_main {
border-color: @bg-main;
}
.counterNode {
background : darken(@color-accent, 10%);
}
.dijitTreeRowSelected {
background : @bg-main;
border-color : @bg-main transparent;