Collapse a feature's parameters until it's enabled (hide fbody when off)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ba752745b7
commit
a011a89100
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@
|
|||
.fbox .ftitle { font-weight:600; font-size:12px; }
|
||||
.fbox .fbody { margin-top:8px; }
|
||||
.fbox.on { border-color:#2e7d32; background:rgba(46,125,50,.12); }
|
||||
.fbox.toggleable:not(.on) .fbody { opacity:.5; }
|
||||
.fbox.toggleable:not(.on) .fbody { display:none; } /* hide a feature's parameters until it's enabled */
|
||||
.lane-enable { accent-color:#2e7d32; margin:0 2px; cursor:pointer; }
|
||||
.lane-row.lane-off { opacity:.5; }
|
||||
#themeBtn, #helpBtn { padding:4px 11px; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue