|
|
@ -2249,10 +2249,7 @@ textarea { |
|
|
|
margin-left: 3px; |
|
|
|
margin-left: 3px; |
|
|
|
margin-top: -3px; |
|
|
|
margin-top: -3px; |
|
|
|
content: ""; |
|
|
|
content: ""; |
|
|
|
background-color: #ffffff; |
|
|
|
|
|
|
|
transform: rotate(-45deg); |
|
|
|
transform: rotate(-45deg); |
|
|
|
border-bottom: 1px solid #f2f4f7; |
|
|
|
|
|
|
|
border-right: 1px solid #f2f4f7; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.bi-bubble-combo .bubble-combo-triangle-right { |
|
|
|
.bi-bubble-combo .bubble-combo-triangle-right { |
|
|
|
z-index: 1; |
|
|
|
z-index: 1; |
|
|
@ -2267,10 +2264,7 @@ textarea { |
|
|
|
margin-left: 3px; |
|
|
|
margin-left: 3px; |
|
|
|
margin-top: 3px; |
|
|
|
margin-top: 3px; |
|
|
|
content: ""; |
|
|
|
content: ""; |
|
|
|
background-color: #ffffff; |
|
|
|
|
|
|
|
transform: rotate(135deg); |
|
|
|
transform: rotate(135deg); |
|
|
|
border-bottom: 1px solid #f2f4f7; |
|
|
|
|
|
|
|
border-right: 1px solid #f2f4f7; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.bi-bubble-combo .bubble-combo-triangle-top { |
|
|
|
.bi-bubble-combo .bubble-combo-triangle-top { |
|
|
|
z-index: 1; |
|
|
|
z-index: 1; |
|
|
@ -2285,10 +2279,7 @@ textarea { |
|
|
|
margin-left: 3px; |
|
|
|
margin-left: 3px; |
|
|
|
margin-top: -3px; |
|
|
|
margin-top: -3px; |
|
|
|
content: ""; |
|
|
|
content: ""; |
|
|
|
background-color: #ffffff; |
|
|
|
|
|
|
|
transform: rotate(45deg); |
|
|
|
transform: rotate(45deg); |
|
|
|
border-bottom: 1px solid #f2f4f7; |
|
|
|
|
|
|
|
border-right: 1px solid #f2f4f7; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.bi-bubble-combo .bubble-combo-triangle-bottom { |
|
|
|
.bi-bubble-combo .bubble-combo-triangle-bottom { |
|
|
|
z-index: 1; |
|
|
|
z-index: 1; |
|
|
@ -2303,8 +2294,13 @@ textarea { |
|
|
|
margin-left: 3px; |
|
|
|
margin-left: 3px; |
|
|
|
margin-top: 3px; |
|
|
|
margin-top: 3px; |
|
|
|
content: ""; |
|
|
|
content: ""; |
|
|
|
background-color: #ffffff; |
|
|
|
|
|
|
|
transform: rotate(-135deg); |
|
|
|
transform: rotate(-135deg); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bi-bubble-combo .bubble-combo-triangle-left:before, |
|
|
|
|
|
|
|
.bi-bubble-combo.bubble-combo-triangle-right:before, |
|
|
|
|
|
|
|
.bi-bubble-combo .bubble-combo-triangle-top:before, |
|
|
|
|
|
|
|
.bi-bubble-combo .bubble-combo-triangle-bottom:before { |
|
|
|
|
|
|
|
background-color: #ffffff; |
|
|
|
border-bottom: 1px solid #f2f4f7; |
|
|
|
border-bottom: 1px solid #f2f4f7; |
|
|
|
border-right: 1px solid #f2f4f7; |
|
|
|
border-right: 1px solid #f2f4f7; |
|
|
|
} |
|
|
|
} |
|
|
@ -2313,6 +2309,8 @@ textarea { |
|
|
|
.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-top:before, |
|
|
|
.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-top:before, |
|
|
|
.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-bottom:before { |
|
|
|
.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-bottom:before { |
|
|
|
background-color: #242640; |
|
|
|
background-color: #242640; |
|
|
|
|
|
|
|
border-bottom: 1px solid #2F3149; |
|
|
|
|
|
|
|
border-right: 1px solid #2F3149; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bi-combo.bi-combo-popup { |
|
|
|
.bi-combo.bi-combo-popup { |
|
|
@ -2887,8 +2885,6 @@ li.CodeMirror-hint-active { |
|
|
|
.bi-message-title { |
|
|
|
.bi-message-title { |
|
|
|
font-size: 14px; |
|
|
|
font-size: 14px; |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
background-color: #F2F4F7; |
|
|
|
|
|
|
|
color: #3d4d66; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.bi-message-text { |
|
|
|
.bi-message-text { |
|
|
|
font-size: 16px; |
|
|
|
font-size: 16px; |
|
|
|