Files
squoosh/src/client/lazy-app/Compress/custom-els/MultiPanel/styles.css
2020-11-06 10:25:26 +00:00

11 lines
148 B
CSS

.panel-heading {
background: gray;
}
.panel-content {
height: 0px;
overflow: auto;
}
.panel-content[aria-expanded='true'] {
height: auto;
}