Changing folder text color
Im trying to change some folder text color pernamently, regardless of new or unread messages. I tried something like this for inbox but it seems to be depreciated.
- folderTree > treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true){
color: red !Important; }
What would be the correct way?
Im trying to change some folder text color pernamently, regardless of new or unread messages.
I tried something like this for inbox but it seems to be depreciated.
#folderTree > treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true){
color: red !Important;
}
What would be the correct way?
선택된 해결법
whoops, without the 1. in the front
문맥에 따라 이 답변을 읽어주세요 👍 0모든 댓글 (1)
선택된 해결법
whoops, without the 1. in the front