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.

31 lines
545 B

2 years ago
  1. /* Container */
  2. .jBox-TooltipBorder .jBox-container {
  3. border-radius: 5px;
  4. border: 2px solid #52a2cb;
  5. }
  6. /* Pointer */
  7. .jBox-TooltipBorder .jBox-pointer:after {
  8. border: 2px solid #52a2cb;
  9. }
  10. .jBox-TooltipBorder .jBox-pointer-top,
  11. .jBox-TooltipBorder .jBox-pointer-bottom {
  12. width: 34px;
  13. height: 12px;
  14. }
  15. .jBox-TooltipBorder .jBox-pointer-left,
  16. .jBox-TooltipBorder .jBox-pointer-right {
  17. width: 12px;
  18. height: 34px;
  19. }
  20. /* Close button */
  21. .jBox-TooltipBorder.jBox-closeButton-box:before {
  22. width: 28px;
  23. height: 28px;
  24. background: #52a2cb;
  25. }