The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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.