Where is the button-bar border color defined in onsen-ui css?

109 Views Asked by At

Where is the border color defined in onsen-ui version 2 css?

I'm talking about the widget defined under the "Segment" section in the documentation.

1

There are 1 best solutions below

2
On BEST ANSWER

Simple you can add this code in css file:

.ons-css .button-bar__button {
  color: rgba(224, 18, 18, 0.77) !important;
  border: 1px solid rgb(224, 85, 18) !important;
}