Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. input[type="checkbox"]{
  2. display: none;
  3. }
  4.  
  5. input[type="checkbox"] + div{
  6. border: solid 1px white;
  7. padding: 5px;
  8. margin-top: 5px;
  9. display: inline;
  10. }
  11.  
  12. input[type="checkbox"]:disabled + div{
  13. border: solid 1px #555;
  14. color: #555;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement