mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 07:25:54 +00:00
adjust previous to not use hardcoded rgb color
This commit is contained in:
@@ -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
Reference in New Issue
Block a user