13 lines
199 B
CSS
13 lines
199 B
CSS
/**
|
|
* @file
|
|
* iCheck element styles.
|
|
*/
|
|
|
|
/**
|
|
* Hide checkbox/radio as the page loads
|
|
*/
|
|
[data-webform-icheck] input[type="checkbox"],
|
|
[data-webform-icheck] input[type="radio"] {
|
|
opacity: 0;
|
|
}
|