Customise button Start Progress?

Vera Henrichs
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.
December 8, 2014

You can custom colour your Create-button, but can you do the same for e.g. Start Progress?

2 answers

1 accepted

0 votes
Answer accepted
Christian Czaia _Decadis AG_
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.
December 9, 2014

Not possible from the UI. You might want to check out that answer though:

https://answers.atlassian.com/questions/178288

Hope that helps, Cheers

Vera Henrichs
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.
December 9, 2014

Thank you, I'll try those 2 options. Normally I had looked for answers before posting my question, but I really didnt know where to search for :-)

0 votes
Vera Henrichs
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.
December 9, 2014

Or... you can add CSS in the Annoucnement Banner laugh (GIYF)

Example:

<style type="text/css">

 

#action_id_4 {

 background-color: #31de48;

 background-image: -moz-linear-gradient(top, #31de48, #21cc37);

 background-image: -ms-linear-gradient(top, #31de48, #21cc37);

 background-image: -webkit-linear-gradient(top, #31de48, #21cc37);

 background-image: -o-linear-gradient(top, #31de48, #21cc37);

 background-image: linear-gradient(to bottom, #31de48, #21cc37);

 color: #fff;

 text-shadow: 0 1px 0 rgba(0,0,0,0.3);

 width: 200px;

 font-weight: bold;

 text-align: center;

}

 

</style>

 

Suggest an answer

Log in or Sign up to answer