summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-14 17:44:53 +0300
committerAndrew Dolgov <[email protected]>2018-12-14 17:44:53 +0300
commit8c49689fda16ed6780f95a5bc9db0f2a34e2f770 (patch)
treef0d13f3cf6c60e4e2f7fc5c7c53948b75dca0f3d /themes/night_blue.css
parent0efb6e1bc2e630cb2bc5732ac68979d27a828037 (diff)
filter test results: remove table bloat
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 138a8ef17..bf987bbb0 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -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;