2016-09-14 15:11:53 +00:00
|
|
|
.dialog{
|
|
|
|
visibility: visible;
|
|
|
|
height: auto;
|
|
|
|
|
|
|
|
p {
|
2016-09-27 02:15:24 +00:00
|
|
|
color: $defaultDarkColor;
|
|
|
|
}
|
|
|
|
textarea {
|
|
|
|
background: none;
|
|
|
|
border: 1px solid $inputBorderColor;
|
2016-09-14 15:11:53 +00:00
|
|
|
}
|
|
|
|
.aui-dialog2-content:last-child {
|
|
|
|
border-bottom-right-radius: 5px;
|
|
|
|
border-bottom-left-radius: 5px;
|
|
|
|
}
|
|
|
|
.aui-dialog2-content:first-child {
|
|
|
|
border-top-right-radius: 5px;
|
|
|
|
border-top-left-radius: 5px;
|
|
|
|
}
|
|
|
|
.aui-dialog2-footer{
|
2016-09-27 02:15:24 +00:00
|
|
|
border-top: 0;
|
|
|
|
border-radius: 0;
|
2016-09-14 15:11:53 +00:00
|
|
|
padding-top: 0;
|
2016-09-27 02:15:24 +00:00
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
height: auto;
|
|
|
|
margin-top: 10px;
|
2016-09-14 15:11:53 +00:00
|
|
|
}
|
|
|
|
.aui-button {
|
2016-09-27 02:15:24 +00:00
|
|
|
height: 28px;
|
|
|
|
font-size: 12px;
|
|
|
|
padding: 3px 6px 3px 6px;
|
2016-09-14 15:11:53 +00:00
|
|
|
border: none;
|
2016-09-27 03:43:20 +00:00
|
|
|
box-shadow: none;
|
|
|
|
outline: none;
|
2016-09-14 15:11:53 +00:00
|
|
|
|
|
|
|
&_close {
|
2016-09-27 02:15:24 +00:00
|
|
|
font-weight: 400 !important;
|
|
|
|
color: $buttonBackground;
|
|
|
|
background: none !important;
|
|
|
|
|
|
|
|
:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2016-09-14 15:11:53 +00:00
|
|
|
}
|
|
|
|
&_submit {
|
2016-09-27 02:15:24 +00:00
|
|
|
font-weight: 700 !important;
|
|
|
|
color: $defaultColor;
|
|
|
|
background: $buttonBackground;
|
|
|
|
border-radius: 3px;
|
2016-09-14 15:11:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|