mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Dropdown menu keyboard navigation
Keyboard shortcuts help popup (Shift + / )
This commit is contained in:
parent
f52be6fb66
commit
d961fa480a
47 changed files with 5598 additions and 583 deletions
|
|
@ -637,7 +637,7 @@
|
|||
border-radius: 8px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
|
||||
|
||||
/* =============================================================================
|
||||
|
|
@ -1142,7 +1142,7 @@ table {
|
|||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
|
||||
@charset "UTF-8";
|
||||
|
||||
@font-face {
|
||||
|
|
@ -1483,7 +1483,7 @@ table {
|
|||
.icon-filter:before {
|
||||
content: "\e063";
|
||||
}
|
||||
|
||||
|
||||
/** initial setup **/
|
||||
.nano {
|
||||
/*
|
||||
|
|
@ -1535,7 +1535,7 @@ table {
|
|||
-moz-border-radius : 5px;
|
||||
-webkit-border-radius : 5px;
|
||||
border-radius : 5px;
|
||||
z-index: 10000;
|
||||
z-index: 102;
|
||||
margin : 2px;
|
||||
}
|
||||
|
||||
|
|
@ -1600,7 +1600,7 @@ table {
|
|||
.nano > .pane2:hover > .slider2, .nano > .pane2.active > .slider2 {
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
|
||||
/* Magnific Popup CSS */
|
||||
.mfp-bg {
|
||||
top: 0;
|
||||
|
|
@ -1965,7 +1965,7 @@ img.mfp-img {
|
|||
right: 0;
|
||||
padding-top: 0; }
|
||||
|
||||
|
||||
|
||||
|
||||
/* overlay at start */
|
||||
.mfp-fade.mfp-bg {
|
||||
|
|
@ -2011,7 +2011,7 @@ img.mfp-img {
|
|||
-moz-transform: translateX(50px);
|
||||
transform: translateX(50px);
|
||||
}
|
||||
|
||||
|
||||
.simple-pace {
|
||||
-webkit-pointer-events: none;
|
||||
pointer-events: none;
|
||||
|
|
@ -2082,7 +2082,7 @@ img.mfp-img {
|
|||
@keyframes simple-pace-stripe-animation {
|
||||
0% { transform: none; transform: none; }
|
||||
100% { transform: translate(-32px, 0); transform: translate(-32px, 0); }
|
||||
}
|
||||
}
|
||||
.inputosaurus-container {
|
||||
background-color:#fff;
|
||||
border:1px solid #bcbec0;
|
||||
|
|
@ -2150,7 +2150,7 @@ img.mfp-img {
|
|||
box-shadow:none;
|
||||
}
|
||||
.inputosaurus-input-hidden { display:none; }
|
||||
|
||||
|
||||
.flag-wrapper {
|
||||
width: 24px;
|
||||
height: 16px;
|
||||
|
|
@ -2194,7 +2194,7 @@ img.mfp-img {
|
|||
.flag.flag-pt-br {background-position: -192px -11px}
|
||||
|
||||
.flag.flag-cn, .flag.flag-zh-tw, .flag.flag-zh-cn, .flag.flag-zh-hk {background-position: -208px -22px}
|
||||
|
||||
|
||||
/* RainLoop Webmail (c) RainLoop Team | Licensed under CC BY-NC-SA 3.0 */
|
||||
.clearfix {
|
||||
*zoom: 1;
|
||||
|
|
@ -5869,13 +5869,13 @@ html.no-rgba .modal {
|
|||
background-image: none;
|
||||
color: #fff;
|
||||
}
|
||||
.g-ui-menu .e-item.disable > .e-link {
|
||||
.g-ui-menu .e-item.disabled > .e-link {
|
||||
cursor: not-allowed;
|
||||
background-color: #fff;
|
||||
background-image: none;
|
||||
color: grey;
|
||||
}
|
||||
.g-ui-menu .e-item.disable [class^="icon-"] {
|
||||
.g-ui-menu .e-item.disabled [class^="icon-"] {
|
||||
color: grey;
|
||||
}
|
||||
.g-ui-table {
|
||||
|
|
@ -6417,6 +6417,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 {
|
||||
width: 1025px;
|
||||
}
|
||||
.popups .b-shortcuts-content .modal-header {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
|
@ -7850,7 +7853,7 @@ html.rl-message-fullscreen .messageView .b-content .buttonFull {
|
|||
opacity: 1;
|
||||
filter: alpha(opacity=100);
|
||||
}
|
||||
.b-compose .b-header-toolbar .btn.disable.button-delete {
|
||||
.b-compose .b-header-toolbar .btn.disabled.button-delete {
|
||||
visibility: hidden;
|
||||
}
|
||||
.b-compose .b-header-toolbar .button-save,
|
||||
|
|
@ -7858,7 +7861,7 @@ html.rl-message-fullscreen .messageView .b-content .buttonFull {
|
|||
.b-compose .b-header-toolbar .saved-text {
|
||||
margin-left: 8px;
|
||||
}
|
||||
.b-compose .b-header-toolbar .disable.button-delete {
|
||||
.b-compose .b-header-toolbar .disabled.button-delete {
|
||||
margin-left: 0px;
|
||||
}
|
||||
.b-compose .b-header {
|
||||
|
|
@ -8064,17 +8067,17 @@ html.rl-message-fullscreen .messageView .b-content .buttonFull {
|
|||
filter: alpha(opacity=100);
|
||||
}
|
||||
.b-admin-domains-list-table .e-item .delete-domain,
|
||||
.b-admin-domains-list-table .e-item .disable-domain {
|
||||
.b-admin-domains-list-table .e-item .disabled-domain {
|
||||
cursor: pointer;
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.b-admin-domains-list-table .e-item.disabled .disable-domain {
|
||||
.b-admin-domains-list-table .e-item.disabled .disabled-domain {
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.b-admin-domains-list-table .e-item .delete-domain:hover,
|
||||
.b-admin-domains-list-table .e-item .disable-domain:hover {
|
||||
.b-admin-domains-list-table .e-item .disabled-domain:hover {
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100);
|
||||
}
|
||||
|
|
@ -8159,7 +8162,7 @@ html.rl-message-fullscreen .messageView .b-content .buttonFull {
|
|||
.b-admin-plugins-list-table .e-item.disabled .plugin-name {
|
||||
color: #bbb;
|
||||
}
|
||||
.b-admin-plugins-list-table .e-item.disabled .disable-plugin {
|
||||
.b-admin-plugins-list-table .e-item.disabled .disabled-plugin {
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue