id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 13930,CSS style class,clemens,Ryan J Ollos,"The purpose of the SearchAllPlugin is to provide search results for __external__ Trac projects additionally to local ones. In order to be able to distinguish !external vs. local search results I am proposing a CSS class for the all search results yielded by SearchAllPlugin. Here is my proposed **patch**: attachment:searchall.py.diff. \\ It will create a `` with a dedicated CSS class around the name of the !external project. - Original \\ [[Image(2021-01-01-tracsearchall-r16957.png, width=300)]] - Patch (with frame around project) \\ [[Image(2021-01-01-tracsearchall-new.png, width=300)]] The CSS could be integrated in the plugin itself. This way the new visual markup would be available out of the box. (However, I do not know how to do this). Another option is to put the CSS in a local customized `style.css`. In any case we will need the new CSS class. The actual CSS style is a matter of taste. Here is just an example which put a frame around the !external projects. {{{ #content.search #results .searchall_project { border: 1pt solid; padding: 0 .2em 0 .2em; } }}} The primary intention of this ticket is to have the CSS class in the HTML which is generated by the plugin. The particular style is secondary.",enhancement,closed,normal,SearchAllPlugin,normal,fixed,patch,,