Pfeil schaut nun in richtige Richtung bei Accordion-Element

This commit is contained in:
ja
2021-09-17 10:26:10 +02:00
parent 6482d90e88
commit 1b6f67253f
4 changed files with 60 additions and 58 deletions

View File

@@ -48,12 +48,16 @@ hr{
text-align: left;
background-color: #fff;
border: none;
border-radius: 0;
overflow-anchor: none;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
border-radius: 0;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
height:10px;
}
#RadioButtonList1 {
border:none;
border: none;
}
#btn_resetForm {
margin-right: 2px;
}
@media (prefers-reduced-motion:reduce) {
.accordion-button {