You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

101 lines
1.9 KiB

4 years ago
.frr .window {
border: none;
padding: 0;
}
.frr .fdpr-refwindow-body {
height: 100%;
/* position: relative; */
margin-left: 10px;
margin-right: 10px;
}
.frr .fdpr-refwindow-datagrid {}
.frr .fdpr-refwindow-querypanel {
margin-bottom: 10px;
max-height: 220px;
overflow: auto;
overflow-x: hidden;
}
.frr .fdpr-refwindow-btn {
width: 100%;
/*position: absolute;
bottom: 0px;*/
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-align-items: center;
align-items: center;
height: 40px;
}
.frr .fdpr-refwindow-pagination {
width: 100%;
/*position: absolute;
bottom: 50px;*/
}
.frr .fdpr-cancel {
background: #c6c6c6;
}
.frr .fdpr-sure {
margin-left: 10px;
background: rgba(54, 159, 207, 0.7);
}
.frr .fdpr-cancel,
.frr .fdpr-sure {
float: right;
width: 120px;
height: 30px;
border-radius: 6px;
border: none;
color: white;
cursor: pointer;
}
.frr .fdpr-refwindow-body .fdpr-refwindow-title {
height: 40px;
color: rgb(253, 129, 93);
display: -webkit-flex;
display: flex;
}
.frr .fdpr-refwindow-body .fdpr-refwindow-tool {
float: right;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
font-size: 16px;
color: #0084c0;
cursor: pointer;
width: 40px;
text-align: center
}
.frr .fdpr-refwindow-body .editorWrapper {
padding: 4px;
}
.frr .fdpr-refwindow-body .fdpr-refwindow-title span:first-child {
margin-left: 20px;
display: block;
font-size: 16px;
line-height: 40px;
width: 700px;
}
.frr .fdpr-refwindow-body .fdpr-refwindow-title:before {
content: '';
display: block;
width: 2px;
height: 16px;
background: rgb(253, 129, 93);
position: absolute;
top: 12px;
}