[[PageOutline(2-5,Contents,pullout)]] = Add context-aware css attribute = == Description == Set css-class to type on ticket. You can design for each type of ticket with trac:wiki:CookBook/SiteStyleCss feature. == Bugs/Feature Requests == Existing bugs and feature requests for ContextChromePlugin are [report:9?COMPONENT=ContextChromePlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=ContextChromePlugin&owner=matobaa new ticket]. == Download == Download the zipped source from [download:contextchromeplugin here]. == Source == You can check out ContextChromePlugin from [http://trac-hacks.org/svn/contextchromeplugin here] using Subversion, or [source:contextchromeplugin browse the source] with Trac. == Example == example style.css: {{{ body.defect { background-color: #f5deb3; /* wheat */ } body.enhancement { background-color: #87ceeb; /* sky blue */ } body.task { background-color: #ffd700; /* gold */ } }}} [[Image(TypeClassToTicket.png)]] == Recent Changes == [[ChangeLog(contextchromeplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:matobaa] [[BR]] '''Maintainer:''' [wiki:matobaa] [[BR]] '''Contributors:'''