windy
7 years ago
13 changed files with 951 additions and 200 deletions
@ -1,35 +1,108 @@ |
|||||||
.bi-bubble-combo .button-combo-triangle-wrapper { |
.bi-bubble-combo .button-combo-triangle-wrapper { |
||||||
position: fixed !important; |
position: fixed !important; |
||||||
|
z-index: 10000000; |
||||||
} |
} |
||||||
.bi-bubble-combo .bubble-combo-triangle-left { |
.bi-bubble-combo .bubble-combo-triangle-left { |
||||||
z-index: 1; |
z-index: 1; |
||||||
width: 0; |
position: absolute; |
||||||
height: 0; |
width: 16px; |
||||||
border-top: 6px solid transparent; |
height: 10px; |
||||||
border-left: 6px solid #3f8ce8; |
border-bottom: 1px solid #f5f5f5; |
||||||
border-bottom: 6px solid transparent; |
} |
||||||
|
.bi-bubble-combo .bubble-combo-triangle-left:before { |
||||||
|
position: absolute; |
||||||
|
top: 0px; |
||||||
|
right: 0px; |
||||||
|
bottom: 0px; |
||||||
|
border-bottom: 10px solid #ccc; |
||||||
|
border-left: 8px solid transparent; |
||||||
|
border-right: 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; |
||||||
|
border-left: 7px solid transparent; |
||||||
|
border-right: 7px solid transparent; |
||||||
|
content: ""; |
||||||
} |
} |
||||||
.bi-bubble-combo .bubble-combo-triangle-right { |
.bi-bubble-combo .bubble-combo-triangle-right { |
||||||
z-index: 1; |
z-index: 1; |
||||||
width: 0; |
position: absolute; |
||||||
height: 0; |
width: 16px; |
||||||
border-top: 6px solid transparent; |
height: 6px; |
||||||
border-right: 6px solid #3f8ce8; |
border-bottom: 1px solid #f5f5f5; |
||||||
border-bottom: 6px solid transparent; |
} |
||||||
|
.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; |
||||||
|
content: ""; |
||||||
|
} |
||||||
|
.bi-bubble-combo .bubble-combo-triangle-right:after { |
||||||
|
position: absolute; |
||||||
|
right: 1px; |
||||||
|
top: 1px; |
||||||
|
bottom: 0px; |
||||||
|
border-bottom: 9px solid #ffffff; |
||||||
|
border-left: 7px solid transparent; |
||||||
|
border-right: 7px solid transparent; |
||||||
|
content: ""; |
||||||
} |
} |
||||||
.bi-bubble-combo .bubble-combo-triangle-top { |
.bi-bubble-combo .bubble-combo-triangle-top { |
||||||
z-index: 1; |
z-index: 1; |
||||||
width: 0; |
position: absolute; |
||||||
height: 0; |
width: 16px; |
||||||
border-left: 6px solid transparent; |
height: 10px; |
||||||
border-right: 6px solid transparent; |
border-top: 1px solid #ffffff; |
||||||
border-top: 6px solid #3f8ce8; |
} |
||||||
|
.bi-bubble-combo .bubble-combo-triangle-top:after { |
||||||
|
position: absolute; |
||||||
|
right: 1px; |
||||||
|
top: 0px; |
||||||
|
border-top: 6px solid #ffffff; |
||||||
|
border-left: 7px solid transparent; |
||||||
|
border-right: 7px solid transparent; |
||||||
|
content: ""; |
||||||
|
} |
||||||
|
.bi-bubble-combo .bubble-combo-triangle-top:before { |
||||||
|
position: absolute; |
||||||
|
border-top: 7px solid #cccccc; |
||||||
|
border-left: 8px solid transparent; |
||||||
|
border-right: 8px solid transparent; |
||||||
|
content: ""; |
||||||
} |
} |
||||||
.bi-bubble-combo .bubble-combo-triangle-bottom { |
.bi-bubble-combo .bubble-combo-triangle-bottom { |
||||||
z-index: 1; |
z-index: 1; |
||||||
width: 0; |
position: absolute; |
||||||
height: 0; |
width: 16px; |
||||||
border-left: 6px solid transparent; |
height: 5px; |
||||||
border-right: 6px solid transparent; |
border-bottom: 1px solid #ffffff; |
||||||
border-bottom: 6px solid #3f8ce8; |
} |
||||||
|
.bi-bubble-combo .bubble-combo-triangle-bottom:before { |
||||||
|
position: absolute; |
||||||
|
top: 0px; |
||||||
|
right: 0px; |
||||||
|
bottom: 0px; |
||||||
|
border-bottom: 7px solid #ccc; |
||||||
|
border-left: 8px solid transparent; |
||||||
|
border-right: 8px solid transparent; |
||||||
|
content: ""; |
||||||
|
} |
||||||
|
.bi-bubble-combo .bubble-combo-triangle-bottom:after { |
||||||
|
position: absolute; |
||||||
|
right: 1px; |
||||||
|
top: 1px; |
||||||
|
bottom: 0px; |
||||||
|
border-bottom: 6px solid #ffffff; |
||||||
|
border-left: 7px solid transparent; |
||||||
|
border-right: 7px solid transparent; |
||||||
|
content: ""; |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue