mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +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;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#rl-app hr {
|
||||||
|
border-bottom-color: var(--color-border-dark);
|
||||||
|
}
|
||||||
|
|
||||||
#rl-app .resizer {
|
#rl-app .resizer {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
|
|
@ -573,6 +577,7 @@ html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-f
|
||||||
-webkit-appearance: textfield;
|
-webkit-appearance: textfield;
|
||||||
appearance: textfield;
|
appearance: textfield;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
/* ? margin: 0 5px 0 0; */
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
@ -648,7 +653,7 @@ select option {
|
||||||
#rl-app .squire-toolbar {
|
#rl-app .squire-toolbar {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
border-color: var(--color-border);
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app textarea,
|
#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;
|
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
|
* nextcloud file picker
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue