mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Drop bootstrap modal.less by using <dialog> <header> and <footer>
https://snappymail.eu/demo/ updated for testing
This commit is contained in:
parent
880d4a05e9
commit
6170de5aee
70 changed files with 1521 additions and 1709 deletions
|
|
@ -1,18 +1,14 @@
|
|||
.b-domain-alias-content {
|
||||
&.modal {
|
||||
max-width: 330px;
|
||||
}
|
||||
#V-PopupsDomainAlias {
|
||||
max-width: 330px;
|
||||
|
||||
.error-desc {
|
||||
color: red;
|
||||
}
|
||||
}
|
||||
|
||||
.b-domain-content {
|
||||
#V-PopupsDomain {
|
||||
|
||||
&.modal {
|
||||
max-width: 810px;
|
||||
}
|
||||
max-width: 810px;
|
||||
|
||||
.domain-desc {
|
||||
color: #666;
|
||||
|
|
|
|||
|
|
@ -91,17 +91,6 @@
|
|||
padding-right: 12px;
|
||||
}
|
||||
|
||||
#rl-popups > .rl-view-model {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 1100;
|
||||
overflow: auto;
|
||||
background-color: rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
#rl-settings-subscreen {
|
||||
padding: 20px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
.b-plugin-content {
|
||||
#V-PopupsPlugin {
|
||||
|
||||
&.modal {
|
||||
max-width: 660px;
|
||||
}
|
||||
max-width: 660px;
|
||||
|
||||
.modal-body {
|
||||
overflow: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue