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/compact_night.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'themes/compact_night.css') diff --git a/themes/compact_night.css b/themes/compact_night.css index 551ec32e4..980e05ec0 100644 --- a/themes/compact_night.css +++ b/themes/compact_night.css @@ -705,7 +705,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 { @@ -1193,6 +1192,11 @@ body.ttrss_utility hr { width: 18px; height: 18px; } +.icon-three-dots { + width: 18px; + height: 18px; + vertical-align: middle; +} ::selection { background: #b87d2c; color: #333; @@ -1384,6 +1388,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