Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. #gform_2 .gfield_radio li {
  2. float:left;
  3. margin: 0 1rem 1rem 0;
  4. width:100px;
  5. height:40px;
  6. }
  7.  
  8. #gform_2 .gfield_radio li:last-child {
  9. margin-bottom: 2rem;
  10. }
  11.  
  12. #gform_2 .gfield_radio label,
  13. #gform_2 .gfield_radio input {
  14. display:block;
  15. position:absolute;
  16. top:0;
  17. left:0;
  18. right:0;
  19. bottom:0;
  20. }
  21.  
  22. #gform_2 .gfield_radio input[type="radio"] {
  23. opacity:0.01;
  24. z-index:100;
  25. display: none;
  26. }
  27.  
  28. #gform_2 input[type="radio"]:checked + label,
  29. #gform_2 .Checked + label {
  30. background: #e83b25;
  31. color: #ffffff;
  32. }
  33.  
  34. #gform_2 input[type="radio"]:checked + label:hover{
  35. border: 1px solid #e83b25;
  36. }
  37.  
  38. #gform_2 .gfield_radio label {
  39. border: 1px solid #e83b25;
  40. cursor:pointer;
  41. z-index:90;
  42. margin: 0;
  43. line-height: 40px;
  44. text-align: center;
  45. border-radius: 4px;
  46. }
  47.  
  48. #gform_2 .gfield_radio label:hover {
  49. background:#DDD;
  50. border-color: #848484
  51. }
  52.  
  53. #gform_2 #field_2_19{
  54. display: none;
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement