1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-30 14:17:11 +00:00

lighter display for checkboxes on headlines frame to fit better with marked/pub icons (2)

This commit is contained in:
Andrew Dolgov
2018-12-07 22:23:55 +03:00
parent 44820f068b
commit c1d9cd3c22
3 changed files with 6 additions and 6 deletions

View File

@@ -679,10 +679,10 @@ body.ttrss_main #headlines-frame {
}
body.ttrss_main #headlines-frame .dijitCheckBox:not(.dijitCheckBoxChecked) {
background: transparent;
opacity: 0.7;
opacity: 0.9;
}
body.ttrss_main #headlines-frame .dijitCheckBox:not(.dijitCheckBoxChecked)::before {
color: #555555;
color: #888888;
}
body.ttrss_main #headlines-frame div.feed-title {
border: 0px solid #257aa7;