85 lines
2.1 KiB
CSS
85 lines
2.1 KiB
CSS
.mrs06-dialog {
|
|
}
|
|
|
|
|
|
.mrs06-dialog .dtEQPStateBasis {
|
|
margin-top: 8px;
|
|
height: calc(100% - 84px - 8px - 42px - 42px - 108px - 8px);
|
|
}
|
|
|
|
.mrs06-dialog .dtEQPStateBasis .button {
|
|
height: 42px;
|
|
margin-top: 16px;
|
|
text-align: center;
|
|
line-height: 42px;
|
|
color: rgb(96, 96, 96);
|
|
background-color: rgb(222, 225, 230);
|
|
border-radius: 8px;
|
|
font-size: 14px;
|
|
width: 100%;
|
|
border: none;
|
|
Letter-Spacing: 1px;
|
|
font-family: 'NotoSansTC-Regular';
|
|
position: relative;
|
|
}
|
|
|
|
.mrs06-dialog .perfect-scrollbar .button.active {
|
|
color: rgb(255, 255, 255);
|
|
background-color: rgb(233, 158, 188);
|
|
}
|
|
|
|
.mrs06-dialog .desc {
|
|
height: 42px;
|
|
width: calc(100% - 16px);
|
|
resize: none;
|
|
padding: 0;
|
|
padding-left: 16px;
|
|
font-family: 'NotoSansTC-Light';
|
|
font-weight: 300;
|
|
border-radius: 4px;
|
|
font-size: 14px;
|
|
border: 1px solid rgb(220, 220, 220);
|
|
outline-color: rgb(120, 155, 209);
|
|
}
|
|
|
|
.mrs06-dialog .dtInputReason {
|
|
margin-top: 8px;
|
|
width: 100%;
|
|
height: 100px;
|
|
background-color: white;
|
|
}
|
|
|
|
.mrs06-dialog .dtInputReason .kmi-button-delete {
|
|
height: 24px;
|
|
width: 24px;
|
|
min-width: 24px;
|
|
min-height: 24px;
|
|
background-size: 16px 16px;
|
|
position: relative;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.mrs06-dialog textarea::-webkit-input-placeholder {
|
|
color: rgb(244, 176, 77);
|
|
opacity: 1;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.mrs06-dialog textarea:-moz-placeholder {
|
|
color: rgb(244, 176, 77);
|
|
opacity: 1;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.mrs06-dialog textarea::-moz-placeholder {
|
|
color: rgb(244, 176, 77);
|
|
opacity: 1;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.mrs06-dialog textarea:-ms-input-placeholder {
|
|
color: rgb(244, 176, 77);
|
|
opacity: 1;
|
|
font-weight: 700;
|
|
}
|