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.
32 lines
545 B
32 lines
545 B
/* Container */
|
|
|
|
.jBox-TooltipBorder .jBox-container {
|
|
border-radius: 5px;
|
|
border: 2px solid #52a2cb;
|
|
}
|
|
|
|
/* Pointer */
|
|
|
|
.jBox-TooltipBorder .jBox-pointer:after {
|
|
border: 2px solid #52a2cb;
|
|
}
|
|
|
|
.jBox-TooltipBorder .jBox-pointer-top,
|
|
.jBox-TooltipBorder .jBox-pointer-bottom {
|
|
width: 34px;
|
|
height: 12px;
|
|
}
|
|
|
|
.jBox-TooltipBorder .jBox-pointer-left,
|
|
.jBox-TooltipBorder .jBox-pointer-right {
|
|
width: 12px;
|
|
height: 34px;
|
|
}
|
|
|
|
/* Close button */
|
|
|
|
.jBox-TooltipBorder.jBox-closeButton-box:before {
|
|
width: 28px;
|
|
height: 28px;
|
|
background: #52a2cb;
|
|
}
|