onsen-ui css中定义的按钮栏边框颜色在哪里?

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

onsen-ui版本2css中定义的边框颜色在哪里?

我说的是文档中定义的 under the "Segment" section 小部件。

很简单,您可以在 css 文件中添加此代码:

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