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.

40 lines
715 B

  1. .c2c-dropdown{
  2. }
  3. .c2c-dropdown{
  4. display:block;
  5. z-index:10000;
  6. border-radius: 7px;
  7. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  8. cursor:auto;
  9. color:#000;
  10. background-color:#fff;
  11. display:none;
  12. position:absolute;
  13. min-width:160px;
  14. margin:0;
  15. padding:0
  16. }
  17. .c2c-dropdown a{
  18. padding:6px 16px;
  19. display:block;
  20. text-decoration: none;
  21. color: #000000;
  22. font-size: 14px;
  23. }
  24. .c2c-dropdown a:hover{
  25. background-color:#ccc
  26. }
  27. .c2c-border{border:1px solid #ccc!important}
  28. .contextMenu {
  29. position: absolute;
  30. display:none;
  31. z-index: 10000;
  32. }
  33. .contextTitle{
  34. padding:6px 16px;
  35. font-weight: bold;
  36. color: #5E5E5E;
  37. }