Bump version to 19.1.0git
[llvm-project.git] / clang-tools-extra / docs / _static / clang-tools-extra-styles.css
blob1a6cd710e483a237f39d28280f72f55dd8d04b9a
1 details {
2 background-color: rgba(50, 150, 220, 0.08);
3 margin-bottom: 0.5em;
4 padding: 0 1em;
5 overflow-y: hidden; /* Suppress margin-collapsing */
7 details[open] {
8 border-bottom: 1px solid rgba(0, 0, 128, 0.2);
9 margin-bottom: 1em;
11 details summary {
12 font-weight: bold;
13 background-color: rgba(50, 150, 220, 0.1);
14 border-color: rgba(0, 0, 128, 0.2);
15 border-width: 1px;
16 border-style: solid none;
17 padding: 0.2em;
18 margin: 0 -1em;
20 details summary:hover {
21 background-color: rgba(50, 150, 220, 0.2);
22 cursor: pointer;