Guest User

Untitled

a guest
Jul 16th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. .checkbox-round {
  2. width: 1.3em;
  3. height: 1.3em;
  4. background-color: white;
  5. border-radius: 50%;
  6. vertical-align: middle;
  7. border: 1px solid #ddd;
  8. -webkit-appearance: none;
  9. outline: none;
  10. cursor: pointer;
  11. }
  12.  
  13. .checkbox-round:checked {
  14. background-color: gray;
  15. }
  16.  
  17. cursor: pointer;
  18. position: absolute;
  19. width: 20px;
  20. height: 20px;
  21. top: 0;
  22. border-radius: 4px;
Add Comment
Please, Sign In to add comment