mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
Added keyboard shortcuts (part 1) (#70)
Scrolling in message view (#109)
This commit is contained in:
parent
3936a818b7
commit
8979687f88
37 changed files with 2095 additions and 333 deletions
|
|
@ -6416,6 +6416,9 @@ html.rl-no-preview-pane #rl-right .ui-resizable-handle {
|
|||
.popups .b-ask-content .desc-place {
|
||||
font-size: 18px;
|
||||
}
|
||||
.popups .b-shortcuts-content .modal-header {
|
||||
background-color: #fff;
|
||||
}
|
||||
.b-folders .b-toolbar {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
@ -7048,6 +7051,10 @@ html.rl-no-preview-pane .messageList.message-selected {
|
|||
.messageList .b-content .messageListItem.flagged .flagOn {
|
||||
display: inline-block;
|
||||
}
|
||||
.messageList.message-focused .b-content {
|
||||
opacity: 0.97;
|
||||
filter: alpha(opacity=97);
|
||||
}
|
||||
.messageList.hideMessageListCheckbox .checkedParent,
|
||||
.messageList.hideMessageListCheckbox .checkboxCkeckAll {
|
||||
display: none !important;
|
||||
|
|
@ -7096,10 +7103,9 @@ html.rl-no-preview-pane .messageView.message-selected {
|
|||
top: 58px;
|
||||
bottom: 13px;
|
||||
right: 8px;
|
||||
left: 0;
|
||||
left: -1px;
|
||||
overflow: hidden;
|
||||
border: 1px solid #aaaaaa;
|
||||
border-left: 0px;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
-moz-border-radius-topright: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
|
|
@ -7380,6 +7386,19 @@ html.rl-no-preview-pane .messageView.message-selected {
|
|||
border-left: 2px solid red;
|
||||
color: red;
|
||||
}
|
||||
.messageView.message-focused .messageItemHeader {
|
||||
background-color: #fafafa !important;
|
||||
}
|
||||
.messageView.message-focused .b-content {
|
||||
z-index: 102;
|
||||
-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
|
||||
-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
|
||||
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
|
||||
border-color: #9d9d9d;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
html.rl-no-preview-pane .messageView .toolbar {
|
||||
padding-left: 1px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue