We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbdd4f commit 1edb48eCopy full SHA for 1edb48e
apps/recorder/interface.html
@@ -49,6 +49,7 @@
49
.accordion-header { cursor: pointer; padding: 10px; background: #f8f9fa; border-radius: 4px; }
50
/* only show margin on expanded entries */
51
input[name=accordion-tracks]:checked ~ .accordion-header { margin-bottom: 5px; }
52
+ input.select-checkbox:checked ~ div > .accordion-body { background: #f0f8ff; }
53
.accordion-header:hover { background: #e9ecef; }
54
.accordion-body { overflow: visible; }
55
.track-content-wrapper {
0 commit comments