From 82bed1e651ca002cae3a0790aadd914ad7597386 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Mar 2021 08:45:04 +0300 Subject: filter test dialog: remove .gif; cleanup markup --- themes/compact.css | 33 +++++++++++++-------------------- 1 file changed, 13 insertions(+), 20 deletions(-) (limited to 'themes/compact.css') diff --git a/themes/compact.css b/themes/compact.css index 374e976c1..ccdd83247 100644 --- a/themes/compact.css +++ b/themes/compact.css @@ -1045,14 +1045,23 @@ body.ttrss_main .text-right { body.ttrss_main .text-left { text-align: left; } -body.ttrss_main #prefFilterTestResultList .preview { +body.ttrss_main .dijitDialog .filter-results-list .preview { margin: 8px; } -body.ttrss_main #prefFilterTestResultList .title { +body.ttrss_main .dijitDialog .filter-results-list .title { font-weight: bold; } -body.ttrss_main #prefFilterTestResultList .feed { - color: #257aa7; +body.ttrss_main .dijitDialog #feed_add_spinner { + position: relative; + top: 5px; + width: 18px; + height: 18px; +} +body.ttrss_main .icon-three-dots, +.cdm .content-inner .icon-unpack-pending { + width: 18px; + height: 18px; + vertical-align: middle; } body.ttrss_main, body.ttrss_utility { @@ -1186,17 +1195,6 @@ body.ttrss_utility hr { border: 0px solid #ccc; border-bottom-width: 1px; } -.dijitDialog #feed_add_spinner { - position: relative; - top: 5px; - width: 18px; - height: 18px; -} -.icon-three-dots { - width: 18px; - height: 18px; - vertical-align: middle; -} ::selection { background: #257aa7; color: white; @@ -1385,11 +1383,6 @@ body.ttrss_utility hr { .cdm .feed-title a:hover { color: #257aa7; } -.cdm .content-inner .icon-unpack-pending { - width: 18px; - height: 18px; - vertical-align: middle; -} .cdm .content-inner .embed-responsive { overflow: hidden; padding-bottom: 56.25%; -- cgit v1.2.3