mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
Release fixes
Additional branding options fixes (php mail functionality)
This commit is contained in:
parent
baae7f2900
commit
8f55b5c554
14 changed files with 351 additions and 159 deletions
|
|
@ -69,6 +69,22 @@ html.rl-no-preview-pane {
|
|||
color: #DA4F49;
|
||||
}
|
||||
|
||||
.b-message-view-iframe {
|
||||
}
|
||||
|
||||
.b-message-view-iframe-backdrop {
|
||||
display: none;
|
||||
background: transparent;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
bottom: 0px;
|
||||
opacity: .1;
|
||||
}
|
||||
|
||||
.content {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
|
@ -453,6 +469,10 @@ html.rl-no-preview-pane {
|
|||
}
|
||||
}
|
||||
|
||||
html.rl-resizer .b-message-view-iframe-backdrop {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
html.rl-no-preview-pane .messageView {
|
||||
.toolbar {
|
||||
padding-left: @rlMainBorderSize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue