9 lines
151 B
CSS
9 lines
151 B
CSS
|
|
.ico-maker-advanced {
|
|
display: none;
|
|
}
|
|
|
|
input[type="checkbox"]#ico-maker-enable-expert-mode:checked ~ .ico-maker-advanced {
|
|
display: block;
|
|
}
|