Ticket #6145: #6145.patch
| File #6145.patch, 577 bytes (added by , 4 years ago) |
|---|
-
trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/objects/_inputs.scss
285 285 input[type="checkbox"] { 286 286 height: 25px; 287 287 width: 25px; 288 @media screen and (max-width:782px) { 289 height: 18px; 290 width: 18px; 291 } 288 292 } 289 293 290 294 input[type="radio"]:checked:before {