small css fix for active cat title
This commit is contained in:
parent
e133c2a210
commit
43b10835ea
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue