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:
@@ -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
@@ -1246,6 +1246,20 @@ body.ttrss_main {
|
||||
text-align : center;
|
||||
}
|
||||
|
||||
#prefFilterTestResultList {
|
||||
.preview {
|
||||
margin : 8px;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.feed {
|
||||
color : @color-accent;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
::selection {
|
||||
|
||||
Reference in New Issue
Block a user