1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:45:56 +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

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;
}

View File

@@ -158,7 +158,6 @@ div.postReply > div.postHeader {
ul.feedList {
list-style-type : none;
margin : 5px;
padding : 0px 0px 0px 5px;
font-size : 9pt;
}
@@ -174,13 +173,13 @@ ul.feedList li.feedCat {
font-size : 9pt;
}
ul.feedList li.feedCat a:hover {
ul.feedList li.feedCat span.catTitle:hover {
color : black;
}
ul.feedCatList {
list-style-type : none;
margin : 0px 0px 0px 10px;
margin : 0px 0px 0px 15px;
padding : 0px;
}