1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:56:34 +00:00

revert special checkbox css for headlines-frame

This commit is contained in:
Andrew Dolgov
2018-12-08 07:53:24 +03:00
parent d1efcb7fc0
commit abaf597808
5 changed files with 2 additions and 25 deletions

View File

@@ -686,13 +686,6 @@ body.ttrss_main #headlines-frame {
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
}
body.ttrss_main #headlines-frame .dijitCheckBox:not(.dijitCheckBoxChecked) {
background: transparent;
opacity: 0.9;
}
body.ttrss_main #headlines-frame .dijitCheckBox:not(.dijitCheckBoxChecked)::before {
color: #888888;
}
body.ttrss_main #headlines-frame div.feed-title {
border: 0px solid #257aa7;
border-bottom-width: 1px;

File diff suppressed because one or more lines are too long