Unread count

in
Subscribe to Unread count 3 posts, 2 voices



qox User
FirefoxX11

Hi, loving that script. Im a white text on black type of guy but I also like colors, so Im editing your script...
How would one change the unread count (right of feeds name in '()') ?

Thanks.

(also, it would be nice to have some differences between selected items and non-selected ones)

 
BinaryMind Script's Author
FirefoxMacintosh

hi there, unread count are match the rule
.unread-count {}

thus to change their colors, you should add one line in the script (ex line 79 before the style is writed down):

styleText+='.unread-count {color:#339944 !important}'; //any color you want here

 
qox User
FirefoxX11

Works great,
thanks !