mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
fix: Minor popup styles
This commit is contained in:
parent
a9d077a299
commit
9cdbb609eb
1 changed files with 17 additions and 2 deletions
|
|
@ -38,6 +38,10 @@
|
|||
box-shadow: none;
|
||||
}
|
||||
|
||||
#rl-app hr {
|
||||
border-bottom-color: var(--color-border-dark);
|
||||
}
|
||||
|
||||
#rl-app .resizer {
|
||||
opacity: 1;
|
||||
background-color: unset;
|
||||
|
|
@ -572,7 +576,8 @@ html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-f
|
|||
-moz-appearance: textfield;
|
||||
-webkit-appearance: textfield;
|
||||
appearance: textfield;
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
/* ? margin: 0 5px 0 0; */
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -648,7 +653,7 @@ select option {
|
|||
#rl-app .squire-toolbar {
|
||||
height: 50px;
|
||||
box-sizing: content-box;
|
||||
border-color: var(--color-border);
|
||||
border: none;
|
||||
}
|
||||
|
||||
#rl-app textarea,
|
||||
|
|
@ -1473,6 +1478,16 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
|||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
#rl-app #V-PopupsIdentity .e-signature-place {
|
||||
border: none;
|
||||
}
|
||||
|
||||
#rl-app #V-PopupsDomain .domain-form .tab-content input,
|
||||
#rl-app #V-PopupsDomain .domain-form .tab-content select {
|
||||
height: 44px;
|
||||
padding: 8px 12px;
|
||||
}
|
||||
|
||||
/*
|
||||
* nextcloud file picker
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue