You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/skins/elastic/styles/widgets/dialogs.less

41 lines
553 B
Plaintext

/*** Style for dialogs ***/
/* TODO: To be reviewed with popups implementation */
.ui.popup {
display: none;
}
div.ui-dialog-content > .ui.popup,
div.popover-content > .ui.popup {
display: block !important;
}
.ui-dialog iframe {
width: 100%;
height: 100%;
border: 0;
}
.ui-dialog-content.iframe {
padding: 0 !important;
overflow: hidden !important;
}
.ui.popup {
padding: 0;
min-width: 180px;
}
div.popover-content {
padding: 0;
}
div.popover > h3 {
display: none;
}
.pgpkeyimport {
/* TODO */
}