xrforge/manyfold/usr/src/app/public/assets/xrforge.css

24 lines
409 B
CSS
Raw Normal View History

2025-10-30 20:58:15 +01:00
#sidebar td > label > i {
opacity:0.4;
}
#toggle:checked + .detail-tooltip {
display: block;
}
.hidden-tooltip {
display: none;
margin-top:7px;
max-height: 230px;
overflow-y:scroll;
background: var(--bs-body-bg);
padding: 12px;
border-radius: 6px;
}
/* Show the tooltip when the corresponding checkbox is checked */
input[type="checkbox"]:checked + .hidden-tooltip {
display: block;
}