Skip to content

Commit

Permalink
fix rss style
Browse files Browse the repository at this point in the history
  • Loading branch information
TrimmingFool committed Feb 24, 2022
1 parent bebd7fd commit 1b905ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
6 changes: 4 additions & 2 deletions plugins/rss/rss.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
#rsstimer { float: right; font-weight: normal; margin-right: -18px; }

0 comments on commit 1b905ae

Please sign in to comment.