How to hightlight Comment button in toolbar?

Ellen Chen April 16, 2014

I know we can highligt workflow button in toolbar, is there any way to higlight 'Comment' button in toolbar?

1 answer

1 accepted

0 votes
Answer accepted
Boris Georgiev _Appfire_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 16, 2014

Same as described here:

https://answers.atlassian.com/questions/178288/how-to-make-workflow-button-highlight-in-an-issue

But with the following css:

ul#opsbar-comment-issue_container a.toolbar-trigger {

background-color: red;
background-image: none;
}

Ellen Chen April 16, 2014

Thanks, it works well.

Suggest an answer

Log in or Sign up to answer