This commit is contained in:
parent
f4d02c844c
commit
c755f7e161
|
|
@ -36,6 +36,7 @@ p .aboutTitle {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
summary::-webkit-details-marker {
|
summary {
|
||||||
background: none;
|
list-style-type: none;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
@ -9,10 +9,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
summary {
|
summary {
|
||||||
list-style-image: url(arrow.png);
|
list-style-type: none;
|
||||||
}
|
cursor: pointer;
|
||||||
|
|
||||||
summary::-webkit-details-marker {
|
|
||||||
background: url(arrow.png);
|
|
||||||
color: transparent;
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue