I would like to change the default blank tab icons in Komodo, but couldn't find the right CSS selectors. I created userChrome.css file that works and I could target the language-specific tabs by:
#tabbed-view tabs > tab[label$=".js"]
But the default tab icons always stay on top, no matter which selectors i use. Any suggestions?