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.
25 lines
513 B
25 lines
513 B
.bi-sql-editor .cm-s-default span[class*="#"] { |
|
color: #3685f2; |
|
} |
|
.bi-sql-editor .cm-s-default .cm-keyword { |
|
color: #3685f2; |
|
} |
|
.bi-sql-editor .cm-s-default .cm-function { |
|
color: #3685f2; |
|
} |
|
.bi-sql-editor .param { |
|
color: #ffffff; |
|
padding: 0 5px; |
|
margin: 1px 1px; |
|
-webkit-border-radius: 2px; |
|
-moz-border-radius: 2px; |
|
border-radius: 2px; |
|
background: #3685f2; |
|
display: inline-block; |
|
} |
|
.CodeMirror-hints .sql-fr-function { |
|
color: #3685f2; |
|
} |
|
.CodeMirror-hints .sql-keyword { |
|
color: #3685f2; |
|
}
|
|
|