#selected_prompt: use accent color

This commit is contained in:
Andrew Dolgov 2018-12-09 05:50:10 +03:00
parent fbc6f39472
commit aa63c53097
5 changed files with 5 additions and 2 deletions

View File

@ -762,6 +762,7 @@ body.ttrss_main #toolbar-frame #toolbar #selected_prompt {
font-style: italic;
text-align: right;
margin-right: 4px;
color: #257aa7;
}
@media (max-width: 992px) {
body.ttrss_main #toolbar-frame #toolbar #selected_prompt {

File diff suppressed because one or more lines are too long

View File

@ -895,6 +895,7 @@ body.ttrss_main {
font-style : italic;
text-align : right;
margin-right : 4px;
color : @color-accent;
}
@media (max-width: 992px) {

View File

@ -762,6 +762,7 @@ body.ttrss_main #toolbar-frame #toolbar #selected_prompt {
font-style: italic;
text-align: right;
margin-right: 4px;
color: #b87d2c;
}
@media (max-width: 992px) {
body.ttrss_main #toolbar-frame #toolbar #selected_prompt {

File diff suppressed because one or more lines are too long