File: summary.css

package info (click to toggle)
python-pyvista 0.44.1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 159,804 kB
  • sloc: python: 72,164; sh: 118; makefile: 68
file content (13 lines) | stat: -rw-r--r-- 259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
details > summary::after {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10pt;
  padding-bottom: 3pt;
  color: gray;
  font-size: 8pt;
  content: "(Click to expand)";
}

details[open] > summary::after {
  content: "(Click to collapse)";
}