简体   繁体   English

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

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

Where is the border color defined in onsen-ui version 2 css? onsen-ui 2版CSS中定义的边框颜色在哪里?

I'm talking about the widget defined under the "Segment" section in the documentation. 我说的是文档中“细分”部分下定义的小部件。

Simple you can add this code in css file: 很简单,您可以在CSS文件中添加以下代码:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM