RadioButton Select lässt nur bei angewähltem FreigabeButton oder wenn kein Button angewäht ist freigegeben.
This commit is contained in:
@@ -67,13 +67,11 @@ hr{
|
||||
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)
|
||||
}
|
||||
|
||||
.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)
|
||||
}
|
||||
.accordion-button::after {
|
||||
flex-shrink: 0;
|
||||
width: 1.25rem;
|
||||
@@ -90,11 +88,9 @@ hr{
|
||||
transition: none
|
||||
}
|
||||
}
|
||||
|
||||
.accordion-button:hover {
|
||||
z-index: 2
|
||||
}
|
||||
|
||||
.accordion-button:focus {
|
||||
z-index: 3;
|
||||
border-color: #043381;
|
||||
@@ -112,70 +108,56 @@ hr{
|
||||
color: #043381;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
#tableSearch {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
#txt_Absender {
|
||||
width: 250px;
|
||||
padding-right: -2px;
|
||||
padding-left: 60px;
|
||||
}
|
||||
|
||||
#txt_Empfaenger {
|
||||
width: 250px;
|
||||
padding-right: -2px;
|
||||
padding-left: 60px;
|
||||
}
|
||||
|
||||
#txt_LKWNr {
|
||||
width: 250px;
|
||||
padding-right: -2px;
|
||||
padding-left: 60px;
|
||||
}
|
||||
|
||||
#txt_KdNrAuftrag {
|
||||
width: 250px;
|
||||
padding-right: -2px;
|
||||
padding-left: 60px;
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
}
|
||||
#cont1 {
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
#containerseiterand {
|
||||
min-width: 700px;
|
||||
}
|
||||
|
||||
.flex-fill {
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
#cont3 {
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
#cont4 {
|
||||
min-width: 750px;
|
||||
}
|
||||
|
||||
tbody {
|
||||
font-size: 3.303964757709251vw;
|
||||
height: auto;
|
||||
flex-wrap: wrap;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
#normaltable {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#conovertab {
|
||||
/* max-width:width:150px 11.25em;*/
|
||||
margin-left: /*14px*/ 3.0837004405286343vw;
|
||||
|
||||
Reference in New Issue
Block a user