mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Change build system (Grunt -> Gulp)
Remove attachments on reply (Closes #195) Do not show deleted (flag \Deleted) messages (Closes #185) Release commit
This commit is contained in:
parent
aebd47393c
commit
333c063cf1
44 changed files with 1300 additions and 772 deletions
|
|
@ -230,20 +230,31 @@ html.rl-no-preview-pane {
|
|||
}
|
||||
}
|
||||
|
||||
.visible-on-ctrl {
|
||||
.visible-on-ctrl, .visible-on-ctrl-btn {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hidden-on-ctrl {
|
||||
.hidden-on-ctrl-btn {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
html.rl-ctrl-key-pressed .visible-on-ctrl {
|
||||
display: inline-block;
|
||||
}
|
||||
html.rl-ctrl-key-pressed {
|
||||
|
||||
html.rl-ctrl-key-pressed .hidden-on-ctrl {
|
||||
display: none;
|
||||
.visible-on-ctrl {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.btn-group.open .visible-on-ctrl-btn {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.hidden-on-ctrl {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.btn-group.open .hidden-on-ctrl-btn {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
#rl-loading, #rl-loading-error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue