1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

add new widgets to collapse categories, unify behaviour wnen clicking on category/feed title

This commit is contained in:
Andrew Dolgov
2008-08-28 06:10:05 +01:00
parent fc0b87e058
commit 4c41e58f53
5 changed files with 23 additions and 20 deletions
+2 -3
View File
@@ -54,14 +54,13 @@ ul.feedList li.feedCat {
margin : 0px;
padding : 3px 0px 3px 0px;
color : #707070;
font-size : x-small;
}
ul.feedList li.feedCat a {
ul.feedList li.feedCat span.catTitle {
color : #707070;
}
ul.feedList li.feedCat a:hover {
ul.feedList li.feedCat span.catTitle:hover {
color : #5050aa;
}