|
|
|
@ -1173,9 +1173,23 @@ body .bi-button.button-ignore.disabled.clear:active,
|
|
|
|
|
-webkit-border-radius: 2px; |
|
|
|
|
-moz-border-radius: 2px; |
|
|
|
|
border-radius: 2px; |
|
|
|
|
} |
|
|
|
|
.bi-bubble .bubble-error { |
|
|
|
|
background: #ffecec; |
|
|
|
|
color: #ff4949; |
|
|
|
|
} |
|
|
|
|
.bi-bubble .bubble-common { |
|
|
|
|
background: #eaf2fd; |
|
|
|
|
color: #3685f2; |
|
|
|
|
} |
|
|
|
|
.bi-bubble .bubble-success { |
|
|
|
|
background: #e1f4e7; |
|
|
|
|
color: #5cb75d; |
|
|
|
|
} |
|
|
|
|
.bi-bubble .bubble-warning { |
|
|
|
|
background: #feeed7; |
|
|
|
|
color: #faaa39; |
|
|
|
|
} |
|
|
|
|
.bi-bubble { |
|
|
|
|
font-size: 14px; |
|
|
|
|
} |
|
|
|
@ -1236,16 +1250,15 @@ body .bi-button.button-ignore.disabled.clear:active,
|
|
|
|
|
-moz-border-radius: 2px; |
|
|
|
|
border-radius: 2px; |
|
|
|
|
font-size: 12px; |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-tooltip.tooltip-success { |
|
|
|
|
background: #fff5c1; |
|
|
|
|
border: 1px solid #fff5c1; |
|
|
|
|
color: #1a1a1a; |
|
|
|
|
background: #647185; |
|
|
|
|
border: 1px solid #647185; |
|
|
|
|
} |
|
|
|
|
.bi-tooltip.tooltip-warning { |
|
|
|
|
background: #ffecec; |
|
|
|
|
color: #ff4949; |
|
|
|
|
border: 1px solid #f4cbcb; |
|
|
|
|
background: #ff4949; |
|
|
|
|
border: 1px solid #e85050; |
|
|
|
|
} |
|
|
|
|
.bi-toast { |
|
|
|
|
font-size: 14px; |
|
|
|
@ -1277,16 +1290,15 @@ body .bi-button.button-ignore.disabled.clear:active,
|
|
|
|
|
-moz-border-radius: 2px; |
|
|
|
|
border-radius: 2px; |
|
|
|
|
font-size: 12px; |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-tooltip.tooltip-success { |
|
|
|
|
background: #fff5c1; |
|
|
|
|
border: 1px solid #fff5c1; |
|
|
|
|
color: #1a1a1a; |
|
|
|
|
background: #647185; |
|
|
|
|
border: 1px solid #647185; |
|
|
|
|
} |
|
|
|
|
.bi-tooltip.tooltip-warning { |
|
|
|
|
background: #ffecec; |
|
|
|
|
color: #ff4949; |
|
|
|
|
border: 1px solid #f4cbcb; |
|
|
|
|
background: #ff4949; |
|
|
|
|
border: 1px solid #e85050; |
|
|
|
|
} |
|
|
|
|
.bi-sql-editor .cm-s-default span[class*="#"] { |
|
|
|
|
color: #3685f2; |
|
|
|
|