From af67327eb7d7f62fb5e333e3782355bf9b668a6e Mon Sep 17 00:00:00 2001 From: TrimmingFool Date: Wed, 23 Feb 2022 11:34:51 +0100 Subject: [PATCH] fix rss style --- css/style.css | 2 -- plugins/rss/rss.css | 6 ++++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 4e9b318c6..fcf099aa8 100644 --- a/css/style.css +++ b/css/style.css @@ -108,8 +108,6 @@ div#CatList .label-prefix div { margin-right: 0px; width: 12px; } overflow: hidden; text-overflow: ellipsis; } -div#CatList ul li.RSS .label-icon { background-position: 0px -208px} -div#CatList ul li.disRSS .label-icon { background-position: 0px -192px} #flabel_cont li:not(.-_-_-all-_-_-) .label-icon { background-position: 0px -32px; } .stable-icon {background-image: url(../images/tstatus.png); background-repeat: no-repeat} diff --git a/plugins/rss/rss.css b/plugins/rss/rss.css index c44528255..b0c4eedc6 100644 --- a/plugins/rss/rss.css +++ b/plugins/rss/rss.css @@ -59,6 +59,8 @@ div#FLT_buttons {clear: both} div#dlgAddRSSGroup div.content {width: 302px; margin: 5px; padding: 5px; line-height: 16px} #rssGroupSet { overflow: auto; width: 275px; height: 160px } -div#CatList ul li.RSSGroup {background-image: url(../../images/tstatus.png); background-position: 4px -239px} +#CatList li.RSS .label-icon { background-position: 0px -208px} +#CatList li.disRSS .label-icon { background-position: 0px -192px} +#CatList li.RSSGroup {background-image: url(../../images/tstatus.png); background-position: 0px -240px} -#rsstimer { float: right; font-weight: normal; margin-right: -18px; } \ No newline at end of file +#rsstimer { float: right; font-weight: normal; margin-right: -18px; }