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:
@@ -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
@@ -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
Reference in New Issue
Block a user