forked from fanruan/fineui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
238 B
8 lines
238 B
8 years ago
|
/****** common color(常用颜色,可用于普遍场景) *****/
|
||
|
/**** custom color(自定义颜色,用于特定场景) ****/
|
||
|
.bi-small-select-text-trigger {
|
||
|
-webkit-border-radius: 2px;
|
||
|
-moz-border-radius: 2px;
|
||
|
border-radius: 2px;
|
||
|
}
|