Bugfixes, dialog improvements
* It is now possible to pass an element as the dialog message to have it inserted as the body.
This commit is contained in:
12
dialog.css
12
dialog.css
@@ -53,7 +53,7 @@
|
||||
border-top-right-radius: 0.5rem;
|
||||
/* background: rgba(0, 0, 0, 0.2); */
|
||||
display: flex;
|
||||
padding: 0.5rem;
|
||||
padding: 0.75rem;
|
||||
}
|
||||
|
||||
.-title {
|
||||
@@ -68,18 +68,18 @@
|
||||
}
|
||||
|
||||
.-content {
|
||||
padding: 0.5rem;
|
||||
padding: 0px 0.75rem;
|
||||
}
|
||||
|
||||
.-buttons {
|
||||
padding: 0.5rem;
|
||||
padding-top: 0.2rem;
|
||||
text-align: center;
|
||||
padding: 0.75rem;
|
||||
text-align: right;
|
||||
|
||||
.action {
|
||||
font-size: 105%;
|
||||
border: solid 1px #666;
|
||||
border-radius: 0.25rem;
|
||||
padding: 0.35rem 0.6rem;
|
||||
padding: 0.45rem 0.8rem;
|
||||
margin: 0px 0.25rem;
|
||||
background: #eee;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user