df93ee47b2
Update png-analyser.yml, png-chunk-analyser.yml, and 17 more files...
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;
|
|
}
|