fix selected feedtree item being invisible in dark theme
This commit is contained in:
parent
1870fe172b
commit
f81a579386
|
@ -563,7 +563,7 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow.dijitTreeRo
|
|||
box-shadow: -1px 0px 2px -1px rgba(0, 0, 0, 0.1);
|
||||
border-color: #ddd transparent;
|
||||
background: white;
|
||||
color: #333;
|
||||
color: #555;
|
||||
}
|
||||
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow .dijitIcon.feed-icon {
|
||||
margin-right: 2px;
|
||||
|
|
|
@ -563,7 +563,7 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow.dijitTreeRo
|
|||
box-shadow: -1px 0px 2px -1px rgba(0, 0, 0, 0.1);
|
||||
border-color: #222 transparent;
|
||||
background: #333;
|
||||
color: #333;
|
||||
color: #ccc;
|
||||
}
|
||||
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow .dijitIcon.feed-icon {
|
||||
margin-right: 2px;
|
||||
|
|
|
@ -563,7 +563,7 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow.dijitTreeRo
|
|||
box-shadow: -1px 0px 2px -1px rgba(0, 0, 0, 0.1);
|
||||
border-color: #ddd transparent;
|
||||
background: white;
|
||||
color: #333;
|
||||
color: #555;
|
||||
}
|
||||
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow .dijitIcon.feed-icon {
|
||||
margin-right: 2px;
|
||||
|
|
|
@ -643,7 +643,7 @@ body.ttrss_main {
|
|||
box-shadow : -1px 0px 2px -1px rgba(0,0,0,0.1);
|
||||
border-color : @border-default transparent;
|
||||
background : @default-bg;
|
||||
color : #333;
|
||||
color : @default-text;
|
||||
}
|
||||
|
||||
.dijitIcon.feed-icon {
|
||||
|
|
|
@ -564,7 +564,7 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow.dijitTreeRo
|
|||
box-shadow: -1px 0px 2px -1px rgba(0, 0, 0, 0.1);
|
||||
border-color: #222 transparent;
|
||||
background: #333;
|
||||
color: #333;
|
||||
color: #ccc;
|
||||
}
|
||||
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow .dijitIcon.feed-icon {
|
||||
margin-right: 2px;
|
||||
|
|
|
@ -564,7 +564,7 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow.dijitTreeRo
|
|||
box-shadow: -1px 0px 2px -1px rgba(0, 0, 0, 0.1);
|
||||
border-color: #222 transparent;
|
||||
background: #333;
|
||||
color: #333;
|
||||
color: #ccc;
|
||||
}
|
||||
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow .dijitIcon.feed-icon {
|
||||
margin-right: 2px;
|
||||
|
|
Loading…
Reference in New Issue