Licitator 1.0
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.

42 lines
1.0 KiB

5 years ago
  1. /* contextmenu.css */
  2. /* **Note** that the context menu is NOT inside the main elfinder div */
  3. /* Context menu wrapper */
  4. .elfinder-contextmenu,
  5. .elfinder-contextmenu-sub,
  6. .elfinder-button-menu {
  7. font-size: 16px;
  8. font-family: 'Open Sans', sans-serif;
  9. background: #fff!important;
  10. border: 1px solid #b5b5b5!important;
  11. box-shadow: 0 0 5px #cdcdcd!important;
  12. border-radius: 0;
  13. padding: 3px 3px 0 3px;
  14. }
  15. /* Menu item */
  16. .elfinder-contextmenu .elfinder-contextmenu-item,
  17. .elfinder-button-menu .elfinder-button-menu-item {
  18. margin: 0 0 3px 0;
  19. }
  20. /* Hovered menu item */
  21. .elfinder-contextmenu .elfinder-contextmenu-item:hover,
  22. .elfinder-button-menu .elfinder-button-menu-item:hover {
  23. background: #dedddc;
  24. color: #000;
  25. }
  26. /* Item icon */
  27. .elfinder-contextmenu .elfinder-contextmenu-item .elfinder-contextmenu-icon {
  28. /* */
  29. }
  30. /* Separator */
  31. .elfinder-contextmenu .elfinder-contextmenu-separator {
  32. background: #e2e3e4;
  33. height: 1px;
  34. margin: 1px;
  35. }
  36. .elfinder-contextmenu .elfinder-button-icon-open + span {
  37. font-weight: bold;
  38. }