1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:15:55 +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

@@ -1042,6 +1042,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: #ffffff;

File diff suppressed because one or more lines are too long

View File

@@ -1246,6 +1246,20 @@ body.ttrss_main {
text-align : center;
}
#prefFilterTestResultList {
.preview {
margin : 8px;
}
.title {
font-weight: bold;
}
.feed {
color : @color-accent;
}
}
}
::selection {