some styles.css changes
parent
462bc656cf
commit
a12896c134
|
@ -123,4 +123,11 @@ details[open] > summary {
|
||||||
header, footer, main {
|
header, footer, main {
|
||||||
flex: 1 100%;
|
flex: 1 100%;
|
||||||
}
|
}
|
||||||
|
details > summary {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
details[open] > summary {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue