1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-27 12:05:06 +02: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; font-size : 12px;
} }
ul.feedList li.feedCatSelected a { ul.feedList li.feedCatSelected span.catTitle {
color : #4684ff; color : #4684ff;
cursor : pointer;
} }
ul.feedCatList { ul.feedCatList {