The following code is not working when I use a css class for a button
.myButton {
background: brown;
}
From the css class I am calling myButton.
I even tried the below:
.myButton {
background-color: brown;
}
I tried testing to see if it is even calling the css code applying th efollowing on a text field.
.myText {
background: red;
}
The text turned red. So looks like this is not working for buttons or charts.
kumaran22 (BOB member since 2010-07-14)