1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 01:19:15 +00:00

filter test results: remove table bloat

This commit is contained in:
Andrew Dolgov
2018-12-14 17:44:53 +03:00
parent 0efb6e1bc2
commit 8c49689fda
10 changed files with 52 additions and 43 deletions

View File

@@ -1043,6 +1043,15 @@ body.ttrss_main ul.list-unstyled {
body.ttrss_main .text-center {
text-align: center;
}
body.ttrss_main #prefFilterTestResultList .preview {
margin: 8px;
}
body.ttrss_main #prefFilterTestResultList .title {
font-weight: bold;
}
body.ttrss_main #prefFilterTestResultList .feed {
color: #b87d2c;
}
::selection {
background: #b87d2c;
color: #333333;

File diff suppressed because one or more lines are too long

View File

@@ -1043,6 +1043,15 @@ body.ttrss_main ul.list-unstyled {
body.ttrss_main .text-center {
text-align: center;
}
body.ttrss_main #prefFilterTestResultList .preview {
margin: 8px;
}
body.ttrss_main #prefFilterTestResultList .title {
font-weight: bold;
}
body.ttrss_main #prefFilterTestResultList .feed {
color: #257aa7;
}
::selection {
background: #257aa7;
color: #333333;

File diff suppressed because one or more lines are too long