|
|
|
@ -1756,26 +1756,26 @@ textarea {
|
|
|
|
|
.bi-bubble-combo .bubble-combo-triangle-left { |
|
|
|
|
z-index: 1; |
|
|
|
|
position: absolute; |
|
|
|
|
width: 16px; |
|
|
|
|
height: 10px; |
|
|
|
|
border-bottom: 1px solid #f5f5f5; |
|
|
|
|
width: 5px; |
|
|
|
|
height: 16px; |
|
|
|
|
border-left: 1px solid #f5f5f5; |
|
|
|
|
} |
|
|
|
|
.bi-bubble-combo .bubble-combo-triangle-left:before { |
|
|
|
|
position: absolute; |
|
|
|
|
left: 0px; |
|
|
|
|
top: 0px; |
|
|
|
|
right: 0px; |
|
|
|
|
bottom: 0px; |
|
|
|
|
border-bottom: 10px solid #ccc; |
|
|
|
|
border-left: 8px solid transparent; |
|
|
|
|
border-right: 8px solid transparent; |
|
|
|
|
border-left: 7px solid #ccc; |
|
|
|
|
border-top: 8px solid transparent; |
|
|
|
|
border-bottom: 8px solid transparent; |
|
|
|
|
content: ""; |
|
|
|
|
} |
|
|
|
|
.bi-bubble-combo .bubble-combo-triangle-left:after { |
|
|
|
|
position: absolute; |
|
|
|
|
right: 1px; |
|
|
|
|
top: 1px; |
|
|
|
|
bottom: 0px; |
|
|
|
|
border-bottom: 9px solid #ffffff; |
|
|
|
|
left: 1px; |
|
|
|
|
right: 0px; |
|
|
|
|
border-bottom: 6px solid #ffffff; |
|
|
|
|
border-left: 7px solid transparent; |
|
|
|
|
border-right: 7px solid transparent; |
|
|
|
|
content: ""; |
|
|
|
@ -1783,28 +1783,27 @@ textarea {
|
|
|
|
|
.bi-bubble-combo .bubble-combo-triangle-right { |
|
|
|
|
z-index: 1; |
|
|
|
|
position: absolute; |
|
|
|
|
width: 16px; |
|
|
|
|
height: 6px; |
|
|
|
|
border-bottom: 1px solid #f5f5f5; |
|
|
|
|
width: 7px; |
|
|
|
|
height: 16px; |
|
|
|
|
} |
|
|
|
|
.bi-bubble-combo .bubble-combo-triangle-right:before { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0px; |
|
|
|
|
right: 0px; |
|
|
|
|
bottom: 0px; |
|
|
|
|
border-bottom: 10px solid #ccc; |
|
|
|
|
border-left: 8px solid transparent; |
|
|
|
|
border-right: 8px solid transparent; |
|
|
|
|
border-right: 7px solid #ccc; |
|
|
|
|
border-top: 7px solid transparent; |
|
|
|
|
border-bottom: 8px solid transparent; |
|
|
|
|
content: ""; |
|
|
|
|
} |
|
|
|
|
.bi-bubble-combo .bubble-combo-triangle-right:after { |
|
|
|
|
position: absolute; |
|
|
|
|
right: 1px; |
|
|
|
|
top: 1px; |
|
|
|
|
right: 0px; |
|
|
|
|
top: 0px; |
|
|
|
|
bottom: 0px; |
|
|
|
|
border-bottom: 9px solid #ffffff; |
|
|
|
|
border-left: 7px solid transparent; |
|
|
|
|
border-right: 7px solid transparent; |
|
|
|
|
border-right: 7px solid #ffffff; |
|
|
|
|
border-top: 7px solid transparent; |
|
|
|
|
border-bottom: 8px solid transparent; |
|
|
|
|
content: ""; |
|
|
|
|
} |
|
|
|
|
.bi-bubble-combo .bubble-combo-triangle-top { |
|
|
|
|