mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +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,12 +1,12 @@
|
|||
|
||||
html.rl-mobile,
|
||||
html.rl-no-preview-pane {
|
||||
.message-selected .RL-MailMessageList {
|
||||
.message-selected #V-MailMessageList {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.RL-MailMessageList.focused .messageList {
|
||||
#V-MailMessageList.focused .messageList {
|
||||
border-color: #9d9d9d;
|
||||
}
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ html.rl-no-preview-pane {
|
|||
padding-right: 6px;
|
||||
}
|
||||
|
||||
.RL-MailMessageList .btn-toolbar {
|
||||
#V-MailMessageList .btn-toolbar {
|
||||
height: 30px;
|
||||
padding: 10px 1px;
|
||||
white-space: nowrap;
|
||||
|
|
@ -42,15 +42,13 @@ html.rl-no-preview-pane {
|
|||
border-top: 1px solid #bbb;
|
||||
|
||||
.e-quota {
|
||||
border-bottom: 1px dashed #333;
|
||||
display: inline-block;
|
||||
margin-top: 5px;
|
||||
margin-left: 5px;
|
||||
font-size: 18px;
|
||||
cursor: help;
|
||||
}
|
||||
.e-quota:hover {
|
||||
border-bottom: 1px dashed #333;
|
||||
}
|
||||
}
|
||||
|
||||
.btn.buttonMoreSearch {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue