14 lines
348 B
CSS
14 lines
348 B
CSS
/**
|
|
* @file
|
|
* Other element styles.
|
|
*
|
|
* @see /webform/test_element_other
|
|
*/
|
|
|
|
html.js .webform-select-other .webform-select-other-input,
|
|
html.js .webform-checkboxes-other .webform-checkboxes-other-input,
|
|
html.js .webform-radios-other .webform-radios-other-input,
|
|
html.js .webform-buttons-other .webform-buttons-other-input {
|
|
display: none;
|
|
}
|