adjust previous to not use hardcoded rgb color
This commit is contained in:
parent
d9cd790d03
commit
38b43cd559
|
@ -2009,7 +2009,7 @@ body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected .dijitTreeLab
|
|||
text-shadow: none;
|
||||
}
|
||||
body.flat.ttrss_main #feeds-holder #feedTree i.icon.icon-inbox {
|
||||
color: #AAA;
|
||||
color: #999999;
|
||||
}
|
||||
body.flat.ttrss_main #floatingTitle {
|
||||
background-color: #333;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -86,7 +86,7 @@ body.flat.ttrss_main {
|
|||
}
|
||||
|
||||
i.icon.icon-inbox {
|
||||
color : #AAA;
|
||||
color : darken(@default-text, 20%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2009,7 +2009,7 @@ body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected .dijitTreeLab
|
|||
text-shadow: none;
|
||||
}
|
||||
body.flat.ttrss_main #feeds-holder #feedTree i.icon.icon-inbox {
|
||||
color: #AAA;
|
||||
color: #999999;
|
||||
}
|
||||
body.flat.ttrss_main #floatingTitle {
|
||||
background-color: #333;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue