popup.css 199 B

12345678910111213
  1. button {
  2. height: 30px;
  3. width: 30px;
  4. outline: none;
  5. margin: 10px;
  6. border: none;
  7. border-radius: 2px;
  8. }
  9. button.current {
  10. box-shadow: 0 0 0 2px white,
  11. 0 0 0 4px black;
  12. }