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.
17 lines
322 B
17 lines
322 B
8 years ago
|
.bi-code-editor .param {
|
||
|
color: #ffffff;
|
||
|
padding: 0 5px;
|
||
|
margin: 1px 1px;
|
||
|
-webkit-border-radius: 2px;
|
||
|
-moz-border-radius: 2px;
|
||
|
border-radius: 2px;
|
||
|
background: #3f8ce8;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
.bi-code-editor .error-param {
|
||
|
color: #e85050;
|
||
|
padding: 0 5px;
|
||
|
margin: 1px 1px;
|
||
|
display: inline-block;
|
||
|
}
|