This commit is contained in:
parent
7867de221f
commit
7831922d4c
6
main.css
6
main.css
|
|
@ -25,11 +25,15 @@ h2 {
|
||||||
|
|
||||||
summary {
|
summary {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
list-style-image: url(sitewide_assets/power-16x18.png)
|
list-style-image: url(sitewide_assets/power_red.png);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
details[open] summary {
|
||||||
|
list-style-image: url(sitewide_assets/power_green.png);
|
||||||
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
cursor: inherit;
|
cursor: inherit;
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in New Issue