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