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.

123456789101112131415161718
  1. .contextMenu {
  2. background: rgba(255, 255, 255, 0.1);
  3. border-style: solid;
  4. box-shadow: 10px 19px 20px rgba(0, 0, 0, 10%);
  5. position: absolute;
  6. z-index: 10;
  7. button {
  8. border: none;
  9. display: block;
  10. padding: 0.5em;
  11. text-align: left;
  12. width: 100%;
  13. }
  14. button:hover {
  15. background: rgba(255, 255, 255, 0.1);
  16. }
  17. }