From 0f5fd9ea13f9881698fd29333aa3e5f4acbf7bd3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 16 Mar 2021 22:09:01 +0300 Subject: use svg icon for headlines loadmore prompt --- themes/night_blue.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'themes/night_blue.css') diff --git a/themes/night_blue.css b/themes/night_blue.css index f30dfff6e..c9a335a9e 100644 --- a/themes/night_blue.css +++ b/themes/night_blue.css @@ -706,7 +706,6 @@ body.ttrss_main #headlines-frame #headlines-spacer { text-align: center; color: #ccc; font-size: 11px; - font-style: italic; } body.ttrss_main #headlines-frame #headlines-spacer a, body.ttrss_main #headlines-frame #headlines-spacer span { @@ -1194,6 +1193,11 @@ body.ttrss_utility hr { width: 18px; height: 18px; } +.icon-three-dots { + width: 18px; + height: 18px; + vertical-align: middle; +} ::selection { background: #257aa7; color: #333; @@ -1385,6 +1389,7 @@ body.ttrss_utility hr { .cdm .content-inner .icon-unpack-pending { width: 18px; height: 18px; + vertical-align: middle; } .cdm .content-inner .embed-responsive { overflow: hidden; -- cgit v1.2.3