Änderungen
This commit is contained in:
@@ -76,26 +76,25 @@ hr{
|
||||
font-size:/*17px*/1.063em;
|
||||
margin-left:4px;
|
||||
}
|
||||
@media (prefers-reduced-motion:reduce) {
|
||||
.accordion-button {
|
||||
transition: none;
|
||||
}
|
||||
}
|
||||
.accordion-button:not(.collapsed) {
|
||||
color: #043381;
|
||||
background-color: #fff;
|
||||
box-shadow: inset 0 -1px 0 rgba(4, 51, 129,.125);
|
||||
border:none;
|
||||
}
|
||||
.accordion-button:not(.collapsed)::after {
|
||||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
||||
border: none;
|
||||
transform: rotate(-180deg)
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
.accordion-button:not(.collapsed)::after {
|
||||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
||||
border: none;
|
||||
transform: rotate(-180deg);
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
.accordion-button::after {
|
||||
flex-shrink: 0;
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
height: 14px;
|
||||
margin-left: auto;
|
||||
content: "";
|
||||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
||||
@@ -103,20 +102,33 @@ hr{
|
||||
background-size: 1.25rem;
|
||||
transition: transform .2s ease-in-out
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion:reduce) {
|
||||
.accordion-button::after {
|
||||
transition: none
|
||||
.accordion-button {
|
||||
transition: none;
|
||||
height: 14px;
|
||||
}
|
||||
}
|
||||
.accordion-button:hover {
|
||||
z-index: 2
|
||||
|
||||
@media (prefers-reduced-motion:reduce) {
|
||||
.accordion-button::after {
|
||||
transition: none;
|
||||
height: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
.accordion-button:hover {
|
||||
z-index: 2;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
.accordion-button:focus {
|
||||
z-index: 3;
|
||||
border-color: #043381;
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 .25rem rgba(4, 51, 129,.25)
|
||||
}
|
||||
box-shadow: 0 0 0 .25rem rgba(4, 51, 129,.25);
|
||||
height: 14px;
|
||||
}
|
||||
#btn_resetForm {
|
||||
padding-right:-800px;
|
||||
}
|
||||
@@ -201,7 +213,17 @@ hr{
|
||||
margin-left: /*14px*/ 3.0837004405286343vw;
|
||||
max-width: /*390px;*/ 85.90308370044053vw;
|
||||
overflow-x: auto;
|
||||
}
|
||||
}
|
||||
#btn_Auftraege{
|
||||
height:15px;
|
||||
width:120%;
|
||||
}
|
||||
#pickdate1{
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
#pickdate1 {
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
}
|
||||
@media (min-width: 558.98px) {
|
||||
#txt_Absender {
|
||||
|
||||
Reference in New Issue
Block a user