
| Current Path : /var/www/html/rocksensor1/web/themes/contrib/bootstrap/css/components/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor1/web/themes/contrib/bootstrap/css/components/details.css |
/**
* @file
* Collapsible details.
*
* @see collapse.js
* @see http://nicolasgallagher.com/css-background-image-hacks/
*/
details {
border: var(--bs-border-style) var(--bs-border-width) var(--bs-border-color);
margin-top: 1rem;
margin-bottom: 1rem;
}
details summary {
cursor: pointer;
padding: 1rem;
font-weight: bold;
}
details summary:hover {
background-color: var(--bs-secondary-bg);
}
details>.details-wrapper {
margin: 1rem;
}