This is a migrated thread and some comments may be shown as answers.

Buttongroup background-color

3 Answers 195 Views
ButtonGroup
This is a migrated thread and some comments may be shown as answers.
axel
Top achievements
Rank 1
axel asked on 25 Oct 2012, 06:58 PM
Hello,

how can i change the background-color of the entire control?
please take a look at the attached bitmaps.

Thank you
Axel

3 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 26 Oct 2012, 09:34 AM
Hello Axel,

The iOS ButtonGroup styling was based on a single linear gradient which you need to change it to change the color. However I've just changed it to be based on a background color, to allow easier styling. I've pushed an internal build which you can download and use just
.km-root .km-ios .km-buttongroup .km-button
{
    background-color: red;
}


to change the color of the whole ButtonGroup.

Or, you can use our Mobile ThemeBuilder to control both the background color and the gradient (the ButtonGroup is on the My Account page).

All the best,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
axel
Top achievements
Rank 1
answered on 27 Oct 2012, 10:17 AM
Kamen,
thank you for the approach. the support is really great. not so the documentation, if you want to delve a little deeper.
0
Kamen Bundev
Telerik team
answered on 30 Oct 2012, 09:15 AM
Hello Axel,

It is true that our documentation can be better - improving it is an ongoing task here and it gets better with every release. Additionally the source markdown from which our documentation is built is hosted on GitHub and we are accepting pull requests if you feel like it can be improved on specific topics.

Kind regards,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ButtonGroup
Asked by
axel
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
axel
Top achievements
Rank 1
Share this question
or