mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
New Ask popup
Fix inputosaurus fake span width detection Add Esc trigger to all popups (#29) Many minor fixes
This commit is contained in:
parent
214d905f90
commit
dcc486a114
57 changed files with 1200 additions and 307 deletions
|
|
@ -5647,11 +5647,6 @@ html.no-rgba .modal {
|
|||
.inputosaurus-container li.inputosaurus-selected {
|
||||
background-color: #ddd;
|
||||
}
|
||||
.inputosaurus-container .inputosaurus-fake-span {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: -5000px;
|
||||
}
|
||||
.inputosaurus-container .inputosaurus-input {
|
||||
margin: 1px 10px 1px 0px;
|
||||
height: 22px;
|
||||
|
|
@ -5664,6 +5659,11 @@ html.no-rgba .modal {
|
|||
.ui-autocomplete {
|
||||
z-index: 2000;
|
||||
}
|
||||
.inputosaurus-fake-span {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: -5000px;
|
||||
}
|
||||
.g-ui-user-select-none {
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
|
|
@ -6132,6 +6132,18 @@ html.rl-no-preview-pane #rl-right .ui-resizable-handle {
|
|||
.b-login-content .flag-selector {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.popups .b-ask-content.modal {
|
||||
z-index: 10000;
|
||||
}
|
||||
.popups .b-ask-content .modal-header {
|
||||
background-color: #fff;
|
||||
}
|
||||
.popups .b-ask-content .modal-body {
|
||||
text-align: center;
|
||||
}
|
||||
.popups .b-ask-content .desc-place {
|
||||
font-size: 18px;
|
||||
}
|
||||
.b-folders .b-toolbar {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
@ -8410,3 +8422,10 @@ html.rl-message-fullscreen .messageView .b-content .buttonFull {
|
|||
.editorFontStylePicker .editorFpFonts .editorFpFont {
|
||||
padding: 5px;
|
||||
}
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
input[type="email"],
|
||||
input[type="search"] {
|
||||
height: 20px;
|
||||
line-height: 21px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue