Updated iOS Style NSB.Msgbox
/*!
- Custom NSB.MsgBox custom CSS
*/
.dialog-buttonbar {
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}
.dialog-buttonNoBorder:first-child {
border-bottom-left-radius: 15px;
}
.dialog-buttonNoBorder:last-child {
border-bottom-right-radius: 15px;
}
.dialog-header {
border-top-right-radius: 15px;
border-top-left-radius: 15px;
border-bottom: 0px;
text-align: center;
}
.dialog-content {
border-top: 0px;
}
.dialog-wrapper {
position: fixed !important;
left: 50%;
transform: translateX(-50%);
}