1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 07:25:54 +00:00

small css fix for active cat title

This commit is contained in:
Andrew Dolgov
2008-08-28 06:41:10 +01:00
parent e133c2a210
commit 43b10835ea

View File

@@ -107,8 +107,9 @@ ul.feedList li.feedCatSelected {
font-size : 12px;
}
ul.feedList li.feedCatSelected a {
ul.feedList li.feedCatSelected span.catTitle {
color : #4684ff;
cursor : pointer;
}
ul.feedCatList {