1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 14:19:18 +00:00

mark active category in headlines

This commit is contained in:
Andrew Dolgov
2008-06-05 09:44:33 +01:00
parent 9bbbc82c75
commit 5ee9816cba
2 changed files with 19 additions and 0 deletions

View File

@@ -95,6 +95,17 @@ ul.feedList li.feedCat a:hover {
color : #4684ff;
}
ul.feedList li.feedCatSelected {
margin : 0px;
padding : 3px 0px 3px 0px;
color : #4684ff;
font-size : 12px;
}
ul.feedList li.feedCatSelected a {
color : #4684ff;
}
ul.feedCatList {
list-style-type : none;
margin : 0px 0px 0px 15px;