diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css
index a26bcf1cdd..506dd925de 100644
--- a/mail/templates/default/app.css
+++ b/mail/templates/default/app.css
@@ -72,10 +72,11 @@ tr.mail.deleted td:first-child{
.status_img {
display: inline-block;
- width: 12px;
- height: 12px;
+ width: 16px;
+ height: 16px;
background-repeat: no-repeat;
background-image: url(../default/images/kmmsgread.svg);
+ background-size: 16px 16px;
}
tr.deleted .status_img {
@@ -758,6 +759,13 @@ div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
height: 500px;
overflow: auto;
}
+#mail-subscribe table.et2_grid tr td et2-box,
+#mail-folder_management table.et2_grid tr td et2-box {
+ margin-top: 16px;
+ height: 484px;
+ overflow: auto;
+}
+
.mail_importMessageFile{
width: 40%;
}
@@ -908,16 +916,19 @@ and (orientation : landscape) {
}
-span#mail-compose_cc_expander,
-span#mail-compose_bcc_expander,
-span#mail-compose_folder_expander,
-span#mail-compose_replyto_expander {
+#mail-compose_cc_expander,
+#mail-compose_bcc_expander,
+#mail-compose_folder_expander,
+#mail-compose_replyto_expander {
float: left;
width: 100%;
margin: 3px;
margin-right: 12px;
text-align: center;
padding: 0;
+ border: none;
+ color: rgb(38, 83, 124);
+ background-color: transparent;
}
/*Make file uploads in compose dialog invisible*/
.mail-compose_toolbar_assist div.mail-compose_fileselector, #mail-compose_selectFromVFSForCompose, .mail-compose_toolbar_assist {
diff --git a/mail/templates/default/index.xet b/mail/templates/default/index.xet
index 1321af9c7b..8da89afe6d 100644
--- a/mail/templates/default/index.xet
+++ b/mail/templates/default/index.xet
@@ -36,49 +36,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css
deleted file mode 100755
index 24a38db156..0000000000
--- a/mail/templates/pixelegg/app.css
+++ /dev/null
@@ -1,1957 +0,0 @@
-/**
- * EGroupware: CSS with less preprocessor
- *
- * Mail
- *
- * Please do NOT change app.css directly, instead change app.less and compile it!
- *
- * @link http://www.egroupware.org
- * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
- * @author Stefan Reinhard
- * @package mail
- */
-textarea {
- font-family: monospace, sans-serif;
- font-size: 110%;
-}
-.defaultProfile {
- color: #000000;
- font-weight: bold !important;
-}
-.quoted1 {
- color: #660066;
-}
-.quoted2 {
- color: #007777;
-}
-.quoted3 {
- color: #990000;
-}
-.quoted4 {
- color: #000099;
-}
-.quoted5 {
- color: #bb6600;
-}
-tr.mail div {
- cursor: default;
- white-space: nowrap;
-}
-tr.mail td:first-child {
- border-left: 6px solid white;
-}
-tr.mail a {
- cursor: pointer;
- white-space: nowrap;
-}
-/**
- No styling on recent, sometimes recent & unseen are cleared seperately causing confusion when the row doesn't change
-
-tr.recent div,
-tr.recent span,
-tr.recent time,
-tr.recent a,
- */
-tr.unseen div,
-tr.unseen span,
-tr.unseen time,
-tr.unseen a {
- color: #003075;
- font-weight: bold;
-}
-tr.mail.label1 td:first-child {
- border-left: 6px solid #ff0080 !important;
-}
-tr.mail.label2 td:first-child {
- border-left: 6px solid #ff8000 !important;
-}
-tr.mail.label3 td:first-child {
- border-left: 6px solid #008000 !important;
-}
-tr.mail.label4 td:first-child {
- border-left: 6px solid #0000ff !important;
-}
-tr.mail.label5 td:first-child {
- border-left: 6px solid #8000ff !important;
-}
-tr.mail.flagged td:first-child {
- border-left: 6px solid #ff0000 !important;
-}
-tr.mail.prio_high td:first-child {
- border-left: 6px solid #ac0000 !important;
-}
-tr.mail.deleted td:first-child {
- border-left: 6px solid silver;
- text-decoration: line-through;
-}
-.status_img {
- display: inline-block;
- width: 12px;
- height: 12px;
- background-repeat: no-repeat;
- background-image: url(../default/images/kmmsgread.svg);
-}
-tr.deleted .status_img {
- background-image: url(../default/images/kmmsgdel.svg);
-}
-tr.unseen .status_img {
- background-image: url(../default/images/kmmsgunseen.svg);
-}
-tr.flagged_seen .status_img {
- background-image: url(../default/images/read_flagged_small.svg) !important;
-}
-tr.flagged_unseen .status_img {
- background-image: url(../default/images/unread_flagged_small.svg) !important;
-}
-tr.recent .status_img {
- background-image: url(../default/images/kmmsgnew.svg) !important;
-}
-tr.replied .status_img {
- background-image: url(../default/images/mail_reply.svg) !important;
-}
-tr.forwarded .status_img {
- background-image: url(../default/images/mail_forward.svg) !important;
-}
-.subjectBold {
- font-size: 12px;
- font-weight: bold;
- font-family: Arial;
-}
-.subject {
- font-size: 12px;
- font-family: Arial;
-}
-.bodypreview {
- white-space: nowrap;
- max-height: 18px;
- font-size: 12px;
- font-weight: normal !important;
- font-family: Arial;
- color: grey !important;
- overflow: hidden;
- padding-top: 5px;
-}
-TR.sieveRowActive {
- font-size: 11px;
- height: 20px;
- padding: 0;
- background: White;
-}
-A.sieveRowActive {
- font-size: 11px;
- height: 14px;
- padding: 0;
-}
-TR.sieveRowInActive {
- font-size: 11px;
- height: 20px;
- padding: 0;
- background: White;
- color: Silver;
-}
-A.sieveRowInActive {
- font-size: 11px;
- height: 14px;
- padding: 0;
- color: Silver;
-}
-.bodyDIV {
- position: absolute;
- background-color: white;
- top: 134px;
- bottom: 0px;
- width: 100%;
- border-top: 1px solid #efefdf;
-}
-.bodyDIVAttachment {
- bottom: 80px;
-}
-table tr.attachmentRow > td {
- vertical-align: middle;
-}
-table tr.attachmentRow > td > img {
- background: transparent;
- padding-left: 5px;
- cursor: pointer;
-}
-#mail-compose_attachments.egwGridView_grid {
- display: table !important;
-}
-#attachmentSpanAllDIV {
- background-color: #efefdf;
- height: 260px;
- overflow: auto;
-}
-#attachmentDIV {
- position: fixed;
- background-color: #efefdf;
- bottom: 0px;
- min-height: 80px;
- max-height: 239px;
- width: 100%;
- border-top: 1px solid silver;
- overflow: auto;
-}
-#popupattachmentDIV {
- background-color: #efefdf;
- bottom: 0px;
- min-height: 80px;
- max-height: 239px;
- width: 100%;
- border-top: 1px solid silver;
- overflow: auto;
-}
-pre {
- white-space: pre-wrap;
- /* Mozilla, since 1999 */
- white-space: -o-pre-wrap;
- /* Opera 7 */
- width: 99%;
-}
-/*
- avoid the vertical scrollbar within the sidebox section (triggered by the vertical dimension of the tree)
-*/
-.divSidebox {
- overflow: hidden;
-}
-.textSidebox {
- overflow-x: hidden;
- overflow-y: auto;
-}
-/*
- avoid the vertical scrollbar within the actual tablecontainer (of the tree)
-*/
-.containerTableStyle {
- width: 100%;
- overflow: hidden;
- overflow-y: auto;
-}
-.dtree {
- font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #666;
- white-space: nowrap;
-}
-.dtree div {
- width: 100%;
-}
-.dtree img {
- border: 0px;
- vertical-align: middle;
-}
-.dtree a {
- color: #333;
- text-decoration: none;
-}
-.dtree a.node,
-.dtree a.nodeSel {
- white-space: nowrap;
- padding: 1px 2px 1px 2px;
-}
-.dtree a.node:hover,
-.dtree a.nodeSel:hover {
- color: #333;
- text-decoration: underline;
-}
-.dtree a.nodeSel {
- background-color: #c0d2ec;
-}
-.dtree .clip {
- overflow: hidden;
-}
-.dtree table,
-.dtree tr,
-.dtree td {
- border: none;
-}
-.dtree table {
- overflow: hidden;
- width: 100%;
- display: table-row;
-}
-.useEllipsis {
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- word-wrap: break-word;
- max-width: 0px;
-}
-#mail-index {
- position: relative;
-}
-/*Keeps the scrollbar in the window in Firefox*/
-#mail-index table.egwGridView_outer {
- -moz-margin-end: 10px;
-}
-.mail-index_quotabox {
- display: inline-block;
-}
-.mail-index_vacation {
- display: inline-block;
- vertical-align: top;
-}
-.mail-index_vacation > div {
- text-align: center;
- line-height: 110%;
-}
-.mail-index_vacation > div > span {
- color: red;
-}
-#mail-index_mailPreview_blank {
- width: 100%;
- height: 100%;
- position: absolute;
- background-color: white;
- z-index: 10;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- font-size: 200%;
-}
-#mail-index_mailPreview_blank::part(base) {
- justify-content: center;
- align-items: center;
-}
-#mail-index_mailPreview_blank[disabled] {
- display: none;
-}
-.mail_DisplayNone {
- display: none !important;
-}
-.mail-index_quotaDisplayNone {
- display: none !important;
-}
-.mail-index_QuotaGreen,
-.mail-index_QuotaYellow,
-.mail-index_QuotaRed {
- width: 100px !important;
-}
-.mail-index_QuotaGreen > div {
- background-color: green !important;
-}
-.mail-index_QuotaYellow > div {
- background-color: yellow !important;
-}
-.mail-index_QuotaRed > div {
- background-color: red !important;
-}
-/*
- influence the tree display and scrolling behavior
-*/
-#mail-tree_target {
- min-height: 35px;
- display: block;
- display: -moz-inline-stack;
- display: -moz-box;
- width: 100%;
- overflow: hidden;
- overflow-y: auto;
- z-index: 100;
-}
-/*
- we need the the image displayed with our buttons on the left side
-*/
-input[type=button] {
- background-position: left;
-}
-#mail-index_messageIFRAME {
- width: 100%;
- height: 100%;
- border: 0;
-}
-/*********************************
- ************ mailCompose ******
- *********************************/
-div.mailUploadSection {
- border-top: 1px solid silver;
- margin-top: 16px;
- width: 99%;
-}
-div.mailUploadSection > div.et2_hbox {
- margin-top: -10px;
- margin-left: 6px;
- margin-right: -12px;
- background-color: white;
- display: table-caption;
-}
-div.mailUploadSection > div.et2_hbox > label {
- padding-left: 4px;
- white-space: nowrap;
-}
-#mail-compose_filemode {
- margin-left: 6px;
-}
-#mail-compose_expiration > input {
- min-width: 15ex;
-}
-#mail-compose_selectFromVFSForCompose {
- width: 20px;
- float: none;
- background-color: transparent;
- background-size: 18px;
- padding: 0;
- background-position: center;
- border: none;
-}
-#mail-index_button\[mailcreate\],
-#composeToolbar-send {
- color: white;
- background-color: #189800;
-}
-.mail-compose_composeToolbar {
- border-left: 1px solid silver;
- border-top: 1px solid silver;
- border-right: 1px solid gray;
- border-bottom: 1px solid gray;
- background-color: #c0d2ec;
- background-position: center;
- background-repeat: repeat-x;
-}
-.mail-compose_composeToolbarr > span {
- padding: 10px;
- white-space: nowrap;
-}
-.mail-compose_composeToolbar > span.priority {
- border-right: none;
-}
-.compose_egw_icons {
- height: 24px;
- width: 24px;
- vertical-align: middle;
-}
-div.mail-compose_fileselector {
- width: auto;
- margin-top: 3px;
-}
-.mail-compose_fileselector span.et2_file_span {
- background-repeat: no-repeat;
- background-image: url(../default/images/attach.svg);
- background-size: inherit;
- background-position: left;
-}
-.mail-compose_fileselector div.progress {
- display: none;
-}
-#mail-compose_button\[send\] {
- text-align: left;
- font-weight: bold;
- padding-left: 30px;
- width: 80px;
- background-image: url(../default/images/mail_send.svg) !important;
- background-position: left;
- background-repeat: no-repeat;
-}
-.mailDisplay {
- position: relative;
- background-color: white;
- width: 100%;
- height: 100%;
-}
-#mail-index_mail-index-preview {
- overflow: hidden;
- position: relative;
- background-color: white;
- width: calc(100% - 1em);
- margin-left: 1em;
-}
-.previewWrapper {
- height: 100%;
-}
-.previewWrapper .et2_details.et2_details_expanded .et2_details_wrapper {
- display: block;
- position: absolute;
- top: 4em;
- box-shadow: 1px 1px 2px 1px silver;
- width: calc(100% - 6em);
- padding: 1em;
- background: white;
- max-height: 12em;
- overflow-y: auto;
-}
-#mail-index_mailPreview .th {
- display: none;
-}
-#mail-index_mailPreview > div,
-#mail-index_mailPreview > * {
- padding-left: 8px !important;
-}
-#mail-index_mailPreview_subject,
-#mail-display_mail_displaysubject {
- margin-bottom: 0.5em;
- font-size: 1.2em;
-}
-et2-details.details::part(summary),
-et2-details.attachments::part(summary) {
- padding-left: 1em;
-}
-.mailDisplay et2-details::part(base),
-.previewWrapper et2-details::part(base) {
- border: none;
-}
-.mailPreviewHeaders et2-details::part(header) {
- padding: 0;
-}
-#mail-index_mailPreview .et2_email > span {
- display: inline;
-}
-.maildisplayAllAdresses {
- max-height: 245px !important;
- overflow: scroll;
- overflow-x: hidden;
-}
-#mail-compose_composeToolbar {
- padding: 0px !important;
- border: none;
-}
-#mail-compose_composeToolbar > button {
- padding: 0.2em 0.4em;
-}
-#mail-compose_composeToolbar > img {
- width: 16px;
- padding: 0px;
- height: 16px !important;
-}
-#mail-compose_composeToolbar > button > span > img {
- width: 16px;
- padding: 0px;
- height: 16px !important;
-}
-#mail-compose_composeToolbar > button {
- padding: 0.2em 0.4em;
-}
-#mail-compose_to div.ms-sel-ctn,
-#mail-compose_cc .ms-sel-ctn,
-#mail-compose_bcc .ms-sel-ctn {
- max-height: 75px;
-}
-#mail-display_toolbar > button > span {
- padding: 0.2em 0.4em;
-}
-#mail-display_toolbar > button > span > img {
- width: 16px;
- padding: 0px;
- height: 16px !important;
-}
-#mail-display_toolbar .et2_button_icon,
-.previewAttachmentArea .et2_button_icon,
-#mail-display_mail_displayattachments .et2_button_icon {
- width: 16px;
- height: 16px;
-}
-.mailPreviewIcons {
- position: absolute;
- right: 0;
- top: 0;
-}
-#mail-index_toolbar {
- padding: 0px;
- height: 35px;
-}
-#mail-index_toolbar > button > span {
- padding: 0.2em 0.4em;
-}
-#mail-index_toolbar > button > span > img {
- width: 16px;
- padding: 0px;
- height: 16px !important;
-}
-#mail-index_toolbar > #toolbar-actionlist {
- width: auto;
-}
-#mail-index_mailPreviewContainer {
- position: absolute;
- top: 9em;
- bottom: 0;
- left: 0px;
- right: 5px;
-}
-#mail-index_previewAttachmentArea {
- background-color: #f0f0f0;
- max-height: 3.6em;
- max-width: 50%;
- overflow: scroll;
- overflow-x: hidden;
- border: 1px solid grey;
- opacity: 1;
- -moz-opacity: 1;
- filter: alpha(opacity=100);
- display: inline-block !important;
- width: 100%;
- vertical-align: text-top;
-}
-#mail-index_previewAttachmentArea.noContent {
- border: 0px !important;
- display: none !important;
-}
-#mail-display {
- padding: 5px;
-}
-.mailDisplayContainer {
- height: 100%;
- padding-top: 1em;
- border-top: 1px solid silver;
- margin-top: 1em;
-}
-.mailDisplayBody {
- height: 100%;
- width: 100%;
- background-color: white;
- padding: 0px;
- margin: 0px;
-}
-.mailDisplayAttachments {
- height: 114px;
- position: fixed;
- bottom: 8px;
- border-top: 1px solid grey;
- opacity: 1;
- -moz-opacity: 1;
- filter: alpha(opacity=100);
- overflow-y: auto;
-}
-#mail-display_mailDisplayBodySrc {
- height: 100%;
-}
-.mailDisplayHeaders {
- overflow: hidden;
- right: 8px;
- font-size: 14px;
-}
-.mailDisplayHeaderSection {
- position: absolute;
- top: 12px;
-}
-div.mailDisplayHeaders > span:first-child,
-div.mailPreviewHeaders > span:first-child {
- width: 7em;
- display: inline-block;
-}
-div.mailDisplayHeaders et2-select-email,
-div.mailPreviewHeaders et2-select-email {
- display: inline-block;
-}
-#mail-display_toolbar {
- display: inline-flex;
-}
-div.mailComposeHeaders > span:first-child {
- width: 8em;
-}
-div.mailDisplayHeaders div.mail_extraEmails {
- display: inline-block;
- max-height: 1.3em;
- max-width: 50%;
- overflow: hidden;
- text-overflow: ellipsis;
- vertical-align: top;
-}
-div.mailDisplayHeaders div.mail_extraEmails.visible {
- position: fixed;
- left: 7em;
- display: block;
- max-height: 8em;
- min-width: 30em;
- z-index: 999;
- overflow-y: auto;
- background-color: white;
- box-shadow: 5px 5px 5px #aaa;
- border: 1px solid gray;
-}
-.mailComposeBody {
- white-space: normal !important;
-}
-#mail-compose_mail_plaintext {
- white-space: pre-wrap !important;
-}
-.mailPreviewHeaders {
- font-size: 0.875rem;
- position: relative;
-}
-.mailPreviewHeaders :first-child,
-.mailDisplayHeaders :first-child {
- color: #7a7a7a;
-}
-.mailPreviewHeaders et2-lavatar {
- flex: 0 0 auto;
-}
-div.mailPreviewHeaders div.mail_extraEmails {
- display: inline-block;
- max-height: 1.3em;
- max-width: 50%;
- overflow: hidden;
- text-overflow: ellipsis;
- vertical-align: top;
-}
-#mail-index #mail-index_mailPreview #mail-index_mailPreviewHeadersSubject {
- width: 90%;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
-}
-#mail-index #mail-index_mailPreview #mail-index_mailPreviewHeadersSubject > span:not(:first-child) {
- white-space: nowrap;
- display: inline;
-}
-#mail-index_mail-index-header_right {
- display: inline-flex;
-}
-div.mailPreviewHeaders div.mail_extraEmails.visible,
-div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
- position: absolute;
- left: 7em;
- display: block;
- max-height: 8em;
- min-width: 30em;
- z-index: 1;
- overflow-y: auto;
- background-color: white;
- box-shadow: 5px 5px 5px #aaa;
- border: 1px solid gray;
-}
-.mail_extraEmails > a {
- display: inline;
- margin: 5px 5px 0 0;
-}
-.mail_extraEmails.visible > a {
- display: list-item;
- border-bottom: 1px solid gray;
-}
-/**
- * Lock div for tree to prevent further clicks
- */
-#mail-index_nm\[foldertree\] {
- position: relative;
-}
-#mail_folder_lock_div {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- z-index: 10000;
- background-position: left top;
- background-repeat: no-repeat;
-}
-.mail_subscription_header,
-.mail_folder_management_header {
- font-weight: bold;
- font-size: 150%;
- padding-bottom: 20px;
-}
-#mail-subscribe table.et2_grid tr td,
-#mail-folder_management table.et2_grid tr td {
- padding: 0px;
-}
-#mail-subscribe table.et2_grid tr td et2-box,
-#mail-folder_management table.et2_grid tr td .mail_subscription_header {
- height: 500px;
- overflow: auto;
-}
-.mail_importMessageFile {
- width: 40%;
-}
-#mail-importMessage .dialogHeader {
- font-weight: bold;
- font-size: 150%;
-}
-blockquote {
- margin: 0;
- border-left: 2px solid gray;
- padding-left: 7px;
- margin-left: 0;
- color: black;
-}
-blockquote blockquote {
- border-color: blue !important;
-}
-blockquote blockquote blockquote {
- border-color: purple !important;
-}
-blockquote blockquote blockquote blockquote {
- border-color: green !important;
-}
-blockquote blockquote blockquote blockquote blockquote {
- border-color: orange !important;
-}
-blockquote blockquote blockquote blockquote blockquote blockquote {
- border-color: gray !important;
-}
-/* MAIL PRINT */
-@media print {
- html {
- height: auto !important;
- }
- html *,
- .td_display {
- border-right: none !important;
- border-left: none !important;
- }
- /* set font size for printing of text mail body and all headers, attachments */
- .td_display pre,
- .mailDisplayHeaders,
- .mailDisplayAttachments * {
- font-size: 10pt !important;
- font-family: arial;
- }
- #mail-display_mail_displaysubject {
- font-weight: bold;
- }
- .mailDisplayHeaders {
- border-bottom: 0.1em solid #d7d7d7;
- padding-top: 4px;
- padding-bottom: 4px;
- }
- #mail-display_mailDisplayBodySrc {
- display: none;
- }
- .tmpPrintDiv {
- margin-top: 10px;
- margin-bottom: 30px;
- display: block;
- overflow: visible;
- height: auto;
- }
- .tmpPrintDiv td,
- textarea {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- }
- .tmpPrintDiv .td_display {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- color: black;
- background-color: #FFFFFF;
- }
- pre {
- width: 99% !important;
- }
- .mailDisplayContainer {
- border-top: none;
- overflow: visible !important;
- position: static !important;
- }
- .mailDisplayAttachments {
- border: none;
- overflow: visible !important;
- position: inherit !important;
- }
- .et2_button {
- display: none;
- }
- div.mailDisplay .mailDisplayHeaders .mail_extraEmails {
- max-height: 100%;
- max-width: 80%;
- }
- div.mailDisplayHeaders > span:first-child {
- vertical-align: top;
- }
- div.mailDisplayHeaders {
- padding-top: 10px;
- }
- .mailDisplayContainer.mailvelopeTopContainer {
- top: 190px;
- }
- .mailDisplayContainer.mailvelopeTopContainer > iframe {
- position: static;
- min-width: 860px;
- }
- .mail_extraEmails > a {
- display: inline-block;
- }
- .et2_email:after {
- content: " | ";
- }
- .et2_email:last-child:after {
- content: "";
- }
-}
-/* MOBILE and tablets (Portrait & Landscape) View --------------*/
-/* tablets and smartphones (portrait) ----------- */
-/* Smartphones (landscape) ----------- */
-/* Mobile (landscape) Tablet----------- */
-span#mail-compose_cc_expander,
-span#mail-compose_bcc_expander,
-span#mail-compose_folder_expander,
-span#mail-compose_replyto_expander {
- float: left;
- width: 100%;
- margin: 3px;
- margin-right: 12px;
- text-align: center;
- padding: 0;
-}
-/*Make file uploads in compose dialog invisible*/
-.mail-compose_toolbar_assist div.mail-compose_fileselector,
-#mail-compose_selectFromVFSForCompose,
-.mail-compose_toolbar_assist {
- display: none;
-}
-/*Make file uploads in compose dialog invisible*/
-.mail-compose_toolbar_assist div.mail-compose_fileselector,
-#mail-compose_selectFromVFSForCompose,
-.mail-compose_toolbar_assist {
- display: none;
-}
-div.mailComposeHeaderSection > table {
- padding-top: 35px;
-}
-.mail-index-extra-iframe {
- position: relative;
- z-index: 999;
- width: 100%;
- height: 100%;
-}
-/*Avoid getting scrollbar on form area, let scrolling be handled by tree*/
-#mail-subscribe {
- overflow: hidden;
-}
-.sieve-title {
- font-size: 12pt;
- vertical-align: middle;
-}
-.sieve-title .ruleID::before {
- content: '#';
-}
-#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr {
- border-left: 12px solid transparent;
-}
-#mail-compose_mailaccount {
- max-width: 100% !important;
-}
-.header_row_right.vertical_splitter {
- float: left;
-}
-.header_row_right.vertical_splitter div#mail-index_mail-index-vacationnotice .et2_vbox {
- margin-right: 0;
-}
-et2-box.smime_cert_notverified {
- border-top: 4px solid #8dff95 !important;
-}
-et2-image.smime_cert_notverified {
- background: #8dff95;
-}
-et2-box.smime_cert_verified {
- border-top: 4px solid #1ab82c !important;
-}
-et2-box.smime_cert_unknownemail {
- border-top: 4px solid #a28cff !important;
-}
-et2-image.smime_cert_verified {
- background: #1ab82c;
-}
-et2-box.smime_cert_notvalid {
- border-top: 4px solid #e90052 !important;
-}
-et2-image.smime_cert_notvalid {
- background: #e90052;
-}
-et2-image.smime_cert_unknownemail {
- background: #a28cff;
-}
-.mailPreviewHeaders.smimeIcons et2-image {
- width: 24px;
-}
-.mailPreviewHeaders.smimeIcons {
- display: flex;
- justify-content: end;
-}
-#mail-compose tr.mailComposeHeaders {
- border-top: 1px solid silver;
-}
-#mail-compose tr.mailComposeHeaders .et2_selectbox,
-#mail-compose tr.mailComposeHeaders .et2_taglist .ms-ctn,
-#mail-compose tr.mailComposeHeaders .et2_taglist .ms-sel-ctn input,
-#mail-compose tr.mailComposeHeaders input {
- border: none;
- outline: none;
-}
-#mail-compose tr.mailComposeHeaders .et2_taglist .ms-ctn-focus {
- border: none;
- box-shadow: none;
-}
-.et2_vbox.et2_box_widget.mailComposeBodySection .mailComposeHtmlContainer .tox.tox-tinymce {
- width: 100%;
-}
-#mail-compose_subject {
- padding: 10px 0 10px 0;
-}
-div#mail-index_nm.splitter-pane {
- min-height: 100px;
-}
-#mail-index_mailSplitter .splitter-bar-horizontal {
- background: white;
-}
-#calendar-meeting table.et2_grid.meetingRequest td {
- padding-left: 8px !important;
-}
-#mail-index_mailPreview_mailPreviewContainer {
- height: 100%;
- padding-top: 1em;
- border-top: 1px solid silver;
- margin-top: 1em;
-}
-#mail-index_nm .mail.row et2-url-email_ro {
- width: fit-content;
-}
-#mail-index_nm .et2_label.et2_vfs {
- text-align: center;
-}
-.et2_nextmatch .egwGridView_outer .egwGridView_scrollarea tbody tr.row_category td:first-child > div {
- margin-left: 0px;
- margin-right: 2px;
- padding: 0px;
-}
-#mail-index_nm tbody tr et2-lavatar {
- max-width: 3.7em;
- min-width: 3.7em !important;
-}
-.previewWrapper .firstColumnTitle {
- max-width: 4em;
- text-align: end;
-}
-.mailPreviewHeaders et2-select-email::part(control) {
- border: none;
-}
-#popupMainDiv {
- height: 99%;
- padding: 5px;
-}
-#popupMainDiv .et2_grid tr td {
- padding: 5px 0;
-}
-/*##############################################
-# # #
-# # #
-# # #
-# # #
-# # #
-# # #
-# # #
-# # iframe #
-# # #
-# # #
-# # #
-# # #
-# # #
-# # #
-##############################################
-*/
-/*Border around iframe*/
-iframe#mail-display_mailDisplayBodySrc {
- height: 99%;
- /*border: 4px solid yellow;*/
-}
-body {
- background-color: white;
-}
-#mail-index {
- /* Keeps the scrollbar in the window in chrome */
- margin-right: -10px;
-}
-#mail-index div#mail-index_nm div.nextmatch_header div.filters select {
- margin-top: 9px;
-}
-#mail-index div#mail-index_nm tr.mail td img {
- max-height: 50px;
- -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
- -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
- box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
- border: 0px solid rgba(0, 0, 0, 0.9);
-}
-#mail-index div#mail-index_nm tr.mail div span {
- -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
- -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
- box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
-}
-#mail-index div.splitter-bar {
- border-right: 0;
- border-top: 0;
- border-bottom: 0;
- margin-left: 4px;
-}
-#mail-index div.splitter-bar-horizontal {
- border-top: 1px solid #B4B4B4;
- border-left: 0;
-}
-#mail-index #mail-index_mailPreview {
- margin: 0;
-}
-#mail-index #mail-index_mailPreview #mail-index_mailPreviewHeadersFrom {
- width: 50%;
-}
-#mail-index #mail-index_mailPreview #mail-index_mailPreviewHeadersTo {
- width: 50%;
-}
-#mail-index #mail-index_mailPreview #mail-index_mailPreviewHeadersDate {
- position: absolute;
- right: 0px;
- margin: 3px 5px 0 0;
-}
-#mail-index #mail-index_mailPreview #mail-index_mailPreviewHeadersSubject {
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
-}
-#mail-index #mail-index_mailPreview #mail-index_mailPreviewHeadersSubject > span {
- white-space: nowrap;
-}
-#mail-index #mail-index_mailPreview .mail-d-h1 {
- position: relative;
- padding-bottom: 15px;
- border-bottom: 1px solid silver;
- font-size: 12pt;
- padding-top: 10px;
- font-weight: bold;
-}
-#mail-index #mail-index_mailPreview .mail-d-h1 span {
- font-size: 12pt;
-}
-#mail-index #mail-index_mailPreview .mail-d-h2 {
- padding-top: 5px;
- font-size: 10pt;
- color: grey;
-}
-#mail-index #mail-index_mailPreview .mail-d-h2 a,
-#mail-index #mail-index_mailPreview .mail-d-h2 span,
-#mail-index #mail-index_mailPreview .mail-d-h2 .et2_label {
- color: grey;
- font-size: 10pt;
-}
-#mail-index #mail-index_mailPreview .mail-d-h2 a#mail-display_FROM > * {
- color: black;
- padding-top: 15px;
- font-size: 12pt;
-}
-#mail-index #mail-index_mailPreview .et2_details {
- width: 100%;
- display: block;
-}
-#mail-index #mail-index_mailPreview .et2_details.et2_details_expanded {
- width: 100%;
- display: block;
-}
-#mail-index #mail-index_mailPreview span.et2_details_title {
- color: #26537c;
- font-size: 10pt;
-}
-/*##############################################
-# # #
-# # #
-# # #
-# # #
-# # #
-# # #
-# # #
-# Side # #
-# bar # #
-# # #
-# # #
-# # #
-# # #
-# # #
-############################################## */
-.egw_fw_ui_category_content span#mail-tree_target {
- max-height: 50%;
-}
-.egw_fw_ui_category_content .dtree {
- font-family: Verdana, "Lucida Grande", Helvetica, Sans-Serif;
-}
-.egw_fw_ui_category_content .selectedTreeRow,
-.egw_fw_ui_category_content .selectedTreeRow_lor {
- background-color: rgba(102, 153, 204, 0.7);
- color: #1E1E1E;
- text-decoration: none;
-}
-.egw_fw_ui_category_content .standartTreeRow_lor {
- background-color: rgba(153, 204, 255, 0.4);
- color: #1E1E1E;
- text-decoration: none;
-}
-/* ##################################################################################
- * E-Mail Dialog "Compose"
- *
- * ##################################################################################
- */
-/*###########################################
-# #
-# #
-#############################################
-# #
-# #
-# #
-# #
-# #
-# dialog #
-# #
-# #
-#############################################
-# #
-# buttons #
-# #
-# #
-##############################################*/
-#mail-compose_mail_plaintext {
- white-space: pre-wrap !important;
-}
-#mail-compose {
- padding: 5px;
- max-height: 99%;
- /*// ###############################################################################*/
- /*// Mail Header*/
-}
-#mail-compose .mailComposeHeaders:first-child {
- /*background-color: @gray-0;*/
- /*.gradient_thead;*/
-}
-#mail-compose .mailComposeBodySection {
- margin-top: -4px;
-}
-#mail-compose .et2_toolbar button.toolbar_toggled:hover {
- background-color: white !important;
-}
-#mail-compose #mail-compose_composeToolbar button#composeToolbar-to_tracker:hover,
-#mail-compose #mail-compose_composeToolbar button#composeToolbar-disposition:hover {
- background-color: rgba(153, 204, 255, 0.4);
- box-shadow: none;
-}
-#mail-compose #mail-compose_composeToolbar button#composeToolbar-to_tracker:not(.toolbar_toggled),
-#mail-compose #mail-compose_composeToolbar button#composeToolbar-disposition:not(.toolbar_toggled) {
- filter: grayscale(1) contrast(0.9999) opacity(0.9);
-}
-#mail-compose #mail-compose_composeToolbar button#composeToolbar-to_calendar:hover,
-#mail-compose #mail-compose_composeToolbar button#composeToolbar-to_infolog:hover {
- background-color: rgba(153, 204, 255, 0.4);
- box-shadow: none;
-}
-#mail-compose #mail-compose_composeToolbar button#composeToolbar-to_calendar:not(.toolbar_toggled),
-#mail-compose #mail-compose_composeToolbar button#composeToolbar-to_infolog:not(.toolbar_toggled) {
- filter: grayscale(1) contrast(0.9999) opacity(0.7);
-}
-#mail-compose table.et2_grid {
- display: inline-block;
-}
-#mail-compose tr.mailComposeHeaders {
- border-bottom: 1px solid #c1c1c0;
-}
-#mail-compose .mailComposeHeaders,
-#mail-compose .mailComposeHeadersSection {
- margin: 2px 0;
- width: 98%;
- /*Von*/
- /*An*/
- /*Kopie*/
- /*Betreff*/
- /*HTML Box*/
-}
-#mail-compose .mailComposeHeaders span,
-#mail-compose .mailComposeHeadersSection span {
- text-align: right;
- padding-right: 5px;
-}
-#mail-compose .mailComposeHeaders span.ms-close-btn,
-#mail-compose .mailComposeHeadersSection span.ms-close-btn,
-#mail-compose .mailComposeHeaders span.ms-edit-btn,
-#mail-compose .mailComposeHeadersSection span.ms-edit-btn,
-#mail-compose .mailComposeHeaders span.ms-check-btn,
-#mail-compose .mailComposeHeadersSection span.ms-check-btn {
- padding-right: 0px;
-}
-#mail-compose .mailComposeHeaders div,
-#mail-compose .mailComposeHeadersSection div {
- max-width: 770px;
-}
-#mail-compose .mailComposeHeaders span.ui-state-error,
-#mail-compose .mailComposeHeadersSection span.ui-state-error {
- color: #AE1D00;
-}
-#mail-compose .mailComposeHeaders div.ms-res-item-active,
-#mail-compose .mailComposeHeadersSection div.ms-res-item-active {
- background: #0C5DA5;
-}
-#mail-compose .mailComposeHeaders div.ms-res-item-active span,
-#mail-compose .mailComposeHeadersSection div.ms-res-item-active span {
- color: #FFFFFF;
-}
-#mail-compose .mailComposeHeaders select#mail-compose_mailaccount,
-#mail-compose .mailComposeHeadersSection select#mail-compose_mailaccount {
- width: 100%;
- height: 30px;
-}
-#mail-compose .mailComposeHeaders #mail-compose_to input,
-#mail-compose .mailComposeHeadersSection #mail-compose_to input {
- width: auto;
-}
-#mail-compose .mailComposeHeaders #mail-compose_cc_expander,
-#mail-compose .mailComposeHeadersSection #mail-compose_cc_expander,
-#mail-compose .mailComposeHeaders #mail-compose_bcc_expander,
-#mail-compose .mailComposeHeadersSection #mail-compose_bcc_expander,
-#mail-compose .mailComposeHeaders #mail-compose_folder_expander,
-#mail-compose .mailComposeHeadersSection #mail-compose_folder_expander,
-#mail-compose .mailComposeHeaders #mail-compose_replyto_expander,
-#mail-compose .mailComposeHeadersSection #mail-compose_replyto_expander {
- background: transparent;
- border: none;
- color: #26537c;
- text-decoration: underline;
- float: none;
- width: auto;
- white-space: nowrap;
- text-align: left;
- cursor: pointer;
-}
-#mail-compose .mailComposeHeaders input#mail-compose_subject,
-#mail-compose .mailComposeHeadersSection input#mail-compose_subject {
- max-width: 716px;
- padding: 4px 0px 4px 5px;
-}
-#mail-compose .mailComposeHeaders input#mail-compose_mimeType,
-#mail-compose .mailComposeHeadersSection input#mail-compose_mimeType {
- margin-left: 12px;
-}
-#mail-compose fieldset.mailSignature {
- font-size: 0.8em;
- border: none;
- margin: 8px 0;
-}
-#mail-compose fieldset.mailSignature span {
- margin: 0px 8px;
-}
-#mail-compose div.mailUploadSection {
- border-top: 0px solid silver;
- margin-top: 16px;
- width: 99%;
-}
-#mail-compose div.mailUploadSection div.et2_hbox {
- margin: -11px 0 5px -4px;
-}
-#mail-compose div.mailUploadSection div.et2_hbox label {
- margin-right: 10%;
-}
-#mail-compose div.mailUploadSection #mail-compose_attachments {
- border-top: 1px solid silver;
-}
-#mail-compose fieldset.mailUploadSection {
- border-top: 0px solid silver;
- font-size: 0.8em;
- margin: 8px 0;
- border-bottom: none;
- border-left: none;
- border-right: none;
- width: 99%;
-}
-/* ##################################################################################
- * E-Mail Dialog "Ansehen"
- * Preview
- * ##################################################################################
- */
-#mail-display {
- padding: 5px;
-}
-#mail-display .mailDisplayAttachments {
- max-height: 12%;
- position: fixed;
- border: 0px solid #560EAD;
- border-bottom: 0px;
- opacity: 1;
- -moz-opacity: 1;
- margin-left: 10px;
- width: 98%;
-}
-#mail-display .mailDisplayAttachments img {
- width: 16px;
-}
-#mail-display .mail_DisplayNone {
- display: none;
-}
-/**
-* et2_toolbar
-*/
-.et2_toolbar-dropdown {
- background: #E6E6E6 !important;
- background-color: #E6E6E6 !important;
-}
-.et2_toolbar-dropdown button {
- background: #E6E6E6 !important;
- background-color: #E6E6E6 !important;
-}
-.et2_toolbar-dropdown-menulist button {
- background: #E6E6E6 !important;
- background-color: #E6E6E6 !important;
-}
-div.ui-toolbar-menulist {
- border: 1px solid rgba(0, 0, 0, 0.15);
-}
-.ui-toolbar-menulist h {
- padding-bottom: 7px;
- margin: 0;
-}
-.ui-toolbar-menulist div {
- background-color: #E6E6E6 !important;
- border: 1px solid rgba(0, 0, 0, 0.15);
-}
-.et2_toolbar_actionlist .et2_toolbar-dropdown {
- background-color: #fafafa !important;
-}
-.et2_toolbar_actionlist .et2_toolbar-dropdown .et2_dropdown {
- -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
- -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
- box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
- border: none !important;
- height: 24px !important;
-}
-.et2_toolbar_actionlist .et2_toolbar-dropdown .et2_dropdown button {
- -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
- -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
- box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
- min-height: auto;
-}
-.et2_toolbar_actionlist .et2_toolbar-dropdown .et2_dropdown button img {
- width: 16px;
- height: 16px;
- vertical-align: text-bottom;
-}
-.et2_toolbar_actionlist .et2_toolbar-dropdown .et2_button_icon {
- height: 12px;
-}
-div#displayToolbar-menulist .et2_dropdown {
- -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
- -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
- box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
- border: none !important;
-}
-div#displayToolbar-menulist .et2_dropdown button {
- -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
- -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
- box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
-}
-div#displayToolbar-menulist img {
- width: 20px;
- height: 20px;
-}
-/* ##################################################################################
- * Dialog: Subscripe Folder
- *
- * ##################################################################################
- */
-#mail-subscribe table.et2_grid tr td,
-#mail-folder_management table.et2_grid tr td {
- padding: 0px;
- /*Label*/
-}
-#mail-subscribe table.et2_grid tr td .mail_subscription_header,
-#mail-folder_management table.et2_grid tr td .mail_subscription_header {
- /*line-height: 270%;*/
- margin: 0.6em 0 0;
- font-weight: lighter;
- line-height: 2em;
- font-weight: bold;
- font-size: 150%;
- padding-bottom: 20px;
-}
-#mail-subscribe table.et2_grid tr td et2-box,
-#mail-folder_management table.et2_grid tr td et2-box {
- margin-top: 16px;
- height: 484px;
- overflow: auto;
-}
-#mail-subscribe .selectedTreeRow,
-#mail-folder_management .selectedTreeRow,
-#mail-subscribe .selectedTreeRow_lor,
-#mail-folder_management .selectedTreeRow_lor {
- background-color: rgba(102, 153, 204, 0.7);
- color: #1E1E1E;
- text-decoration: none;
-}
-#mail-subscribe .standartTreeRow_lor,
-#mail-folder_management .standartTreeRow_lor {
- background-color: rgba(153, 204, 255, 0.4);
- color: #1E1E1E;
- text-decoration: none;
-}
-.mail_subscription_header,
-.mail_folder_management_header {
- font-weight: bold;
- font-size: 150%;
- padding-bottom: 20px;
-}
-/* ##################################################################################
- * E-Mail
- *
- * ##################################################################################
- */
-/* felamimail uses the styledefinitions below to format navButton/navSeparator */
-tr.navbarBackground {
- background-color: #dddddd;
-}
-div.navButton {
- background-color: #dddddd;
- float: left;
- padding: 2px;
- margin: 2px;
- border: solid #dddddd 1px;
-}
-div.navButton:hover,
-div.navButtonHover {
- background-color: #eeeeee;
- float: left;
- padding: 2px;
- margin: 2px;
- border: solid white 1px;
- border-right: solid black 1px;
- border-bottom: solid black 1px;
- position: relative;
-}
-div.navButton:active,
-div.navButtonActive {
- background-color: #dddddd;
- float: left;
- padding: 2px;
- margin: 2px;
- border: solid white 1px;
- border-left: solid black 1px;
- border-top: solid black 1px;
- position: relative;
-}
-div.navSeparator {
- background-color: #dddddd;
- float: left;
- padding: 0px;
- margin: 2px;
- border: solid silver 1px;
- height: 24px;
- position: relative;
-}
-/* Fixes z-index problem with the calendar year selection (displays behind selectboxes)*/
-.calendar .combo {
- z-index: 1 !important;
-}
-textarea {
- font-family: monospace, sans-serif;
- font-size: 110%;
-}
-.defaultProfile {
- color: #000000;
- font-weight: bold !important;
-}
-.quoted1 {
- color: #660066;
-}
-.quoted2 {
- color: #007777;
-}
-.quoted3 {
- color: #990000;
-}
-.quoted4 {
- color: #000099;
-}
-.quoted5 {
- color: #bb6600;
-}
-tr.mail div {
- cursor: default;
- white-space: normal;
- text-overflow: ellipsis;
-}
-tr.mail div span {
- text-overflow: ellipsis;
- white-space: noWrap;
-}
-tr.mail a {
- cursor: pointer;
- white-space: nowrap;
- text-overflow: ellipsis;
-}
-tr.recent div,
-tr.recent span,
-tr.recent time,
-tr.recent a,
-tr.unseen div,
-tr.unseen span,
-tr.unseen time,
-tr.unseen a {
- color: #003075;
- font-weight: bold;
-}
-tr.mail.label1 td:first-child {
- border-left: 6px solid #ff0080 !important;
-}
-tr.mail.label2 td:first-child {
- border-left: 6px solid #ff8000 !important;
-}
-tr.mail.label3 td:first-child {
- border-left: 6px solid #008000 !important;
-}
-tr.mail.label4 td:first-child {
- border-left: 6px solid #0000ff !important;
-}
-tr.mail.label5 td:first-child {
- border-left: 6px solid #8000ff !important;
-}
-tr.mail.flagged td:first-child {
- border-left: 6px solid #ff0000 !important;
-}
-tr.mail.prio_high td:first-child {
- border-left: 6px solid #ac0000 !important;
-}
-tr.mail.deleted td:first-child {
- border-left: 6px solid silver;
- text-decoration: line-through;
-}
-.status_img {
- display: inline-block;
- width: 16px;
- height: 16px;
- background-repeat: no-repeat;
- background-size: 16px 16px;
-}
-.subjectBold {
- font-size: 12px;
- font-weight: bold;
- font-family: Arial;
-}
-.subject {
- font-size: 12px;
- font-family: Arial;
-}
-TR.sieveRowActive {
- font-size: 11px;
- height: 20px;
- padding: 0;
- background: White;
-}
-A.sieveRowActive {
- font-size: 11px;
- height: 14px;
- padding: 0;
-}
-TR.sieveRowInActive {
- font-size: 11px;
- height: 20px;
- padding: 0;
- background: White;
- color: Silver;
-}
-A.sieveRowInActive {
- font-size: 11px;
- height: 14px;
- padding: 0;
- color: Silver;
-}
-.bodyDIV {
- position: absolute;
- background-color: white;
- top: 134px;
- bottom: 0px;
- width: 100%;
- border-top: 1px solid #efefdf;
-}
-.bodyDIVAttachment {
- bottom: 80px;
-}
-#attachmentSpanAllDIV {
- background-color: #efefdf;
- height: 260px;
- overflow: auto;
-}
-#attachmentDIV {
- position: fixed;
- background-color: #efefdf;
- bottom: 0px;
- min-height: 80px;
- max-height: 239px;
- width: 100%;
- border-top: 1px solid silver;
- overflow: auto;
-}
-#popupattachmentDIV {
- background-color: #efefdf;
- bottom: 0px;
- min-height: 80px;
- max-height: 239px;
- width: 100%;
- border-top: 1px solid silver;
- overflow: auto;
-}
-pre {
- white-space: pre-wrap;
- /* Mozilla, since 1999 */
- white-space: -o-pre-wrap;
- /* Opera 7 */
- width: 99%;
-}
-/*
- avoid the vertical scrollbar within the sidebox section (triggered by the vertical dimension of the tree)
-*/
-.divSidebox {
- overflow: hidden;
-}
-.textSidebox {
- overflow-x: hidden;
- overflow-y: auto;
-}
-/*
- avoid the vertical scrollbar within the actual tablecontainer (of the tree)
-*/
-.containerTableStyle {
- width: 100%;
- overflow: hidden;
- overflow-y: auto;
-}
-.dtree {
- font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #666;
- white-space: nowrap;
-}
-.dtree div {
- width: 100%;
-}
-.dtree img {
- border: 0px;
- vertical-align: middle;
-}
-.dtree a {
- color: #333;
- text-decoration: none;
-}
-.dtree a.node,
-.dtree a.nodeSel {
- white-space: nowrap;
- padding: 1px 2px 1px 2px;
-}
-.dtree a.node:hover,
-.dtree a.nodeSel:hover {
- color: #333;
- text-decoration: underline;
-}
-.dtree a.nodeSel {
- background-color: #c0d2ec;
-}
-.dtree .clip {
- overflow: hidden;
-}
-.dtree table,
-.dtree tr,
-.dtree td {
- border: none;
-}
-.dtree table {
- overflow: hidden;
- width: 100%;
- display: table-row;
-}
-.useEllipsis {
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- word-wrap: break-word;
-}
-#mail-index {
- position: relative;
-}
-/*
- influence the tree display and scrolling behavior
-*/
-#mail-tree_target {
- min-height: 35px;
- max-height: 450px;
- display: block;
- display: -moz-inline-stack;
- display: -moz-box;
- width: 100%;
- overflow: hidden;
- overflow-y: auto;
- z-index: 100;
-}
-/*
- we need the the image displayed with our buttons on the left side
-*/
-input[type=button] {
- background-position: left;
-}
-#mail-index_messageIFRAME {
- width: 100%;
- height: 100%;
- border: 0;
-}
-#mail-index_button[id*="mailcreate"] {
- width: 99%;
- text-align: left;
- font-weight: bold;
- padding-left: 25px;
- background-image: url(../default/images/write_mail.png) !important;
- background-position: left;
- background-repeat: no-repeat;
-}
-.mailDisplay {
- position: relative;
- background-color: transparent;
- width: 100%;
-}
-#mail-index_mail-index-header_right {
- display: inline-flex;
-}
-#mail-index_mailPreview {
- overflow: hidden;
- position: relative;
- margin-top: 5px;
-}
-#mail-compose_fileselector {
- width: 245px !important;
-}
-.mailPreviewIcons {
- position: absolute;
- right: 0;
- top: 0;
-}
-#mail-index_mailPreviewContainer {
- position: absolute;
- border-top: 1px solid silver;
- bottom: 0;
- left: 0px;
- right: 5px;
-}
-/*#######################################################*/
-/*# ICON # ICON # ICON # ICON #ICON # ICON# ICON # ICON #*/
-/*#######################################################*/
-/*Toolbar der Email*/
-#mail-display_toolbar {
- padding: 0px;
-}
-#mail-display_toolbar > button > span {
- padding: 0.2em 0.4em;
-}
-#mail-display_toolbar > button > span > img {
- width: 16px;
- padding: 0px;
- height: auto;
-}
-#mail-index_toolbar {
- background: none;
- height: 35px;
-}
-/*AN / To*/
-div.mailPreviewHeaders div.mail_extraEmails {
- display: inline-block;
- max-height: 1.3em;
- max-width: 50%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
-}
-div.mailPreviewHeaders div.mail_extraEmails img.et2_button_icon {
- width: 24px;
- height: 24px;
-}
-div.mailPreviewHeaders img.et2_button_icon {
- background-color: inherit;
-}
-#mail-index_previewAttachmentArea {
- background-color: #fafafa;
- max-height: 3.6em;
- border: none;
- max-width: 80%;
-}
-#mail-index_previewAttachmentArea img {
- width: 16px;
- height: 16px;
-}
-#mail-index_previewAttachmentArea td {
- padding: 2px;
-}
-#mail-index_previewAttachmentArea.noContent {
- border: 0px !important;
-}
-/* Button after field*/
-#mail-index_mailPreviewHeadersAttachments {
- padding-top: 5px;
-}
-#mail-index_mailPreviewHeadersAttachments img.et2_button_icon {
- width: 16px;
- height: 16px;
- background-color: #fafafa;
- left: -6px;
- top: 1px;
-}
-/*######################################################*/
-/*Diplay : View */
-.mailDisplayHeaders {
- overflow: hidden;
-}
-.mailDisplayHeaderSection {
- position: absolute;
- top: 12px;
-}
-div.mailDisplayHeaders > div:first-parent {
- overflow: hidden;
-}
-div.mailDisplayHeaders > span:first-child,
-div.mailComposeHeaders > span:first-child,
-div.mailPreviewHeaders > span:first-child {
- width: 7em;
- display: inline-block;
-}
-div.mailComposeHeaders > span:first-child {
- width: 8em;
-}
-div.mailDisplayHeaders div.mail_extraEmails {
- display: inline-block;
- max-height: 1.3em;
- max-width: 50%;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-div.mailDisplayHeaders div.mail_extraEmails.visible {
- position: fixed;
- left: 7em;
- display: block;
- max-height: 8em;
- min-width: 30em;
- z-index: 999;
- overflow-y: auto;
- background-color: white;
-}
-#mail-importMessage .et2_button_icon {
- height: auto;
- width: 24px;
-}
-div.mailComposeHeaderSection > table {
- padding-top: 10px;
-}
-/* transition delay breaks splitter resize, because it doesn't get the right height
- in a right time. So we reduce the delay to 0.1 to fix the timing issue.
- The delay should not be set to 0 or none because it wil conflict with blueimp gallery plugin (Expose).
-*/
-:hover {
- -webkit-transition: all 0.1s ease-out;
- -moz-transition: all 0.1s ease-out;
- -o-transition: all 0.1s ease-out;
- transition: all 0.1s ease-out;
-}
-#mail-index_button\[mailcreate\],
-#composeToolbar-send {
- color: #5B5B5B;
- background-color: white;
-}
-/* width */
-table#mail-index_previewAttachmentArea::-webkit-scrollbar {
- width: 5px;
-}
-/* Track */
-table#mail-index_previewAttachmentArea::-webkit-scrollbar-track {
- background: #f2f2f2;
-}
-/* Handle */
-table#mail-index_previewAttachmentArea::-webkit-scrollbar-thumb {
- background: #c1c2c1;
-}
-/* Handle on hover */
-table#mail-index_previewAttachmentArea::-webkit-scrollbar-thumb:hover {
- background: #555;
-}
-#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr {
- border-left: 12px solid #B4B4B4;
-}
-#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr.row_category td:first-child > div {
- margin-left: 0px;
- padding-left: 0px;
-}
diff --git a/mail/templates/pixelegg/app.less b/mail/templates/pixelegg/app.less
deleted file mode 100755
index 6b8ee2ca18..0000000000
--- a/mail/templates/pixelegg/app.less
+++ /dev/null
@@ -1,1051 +0,0 @@
-/**
- * EGroupware: CSS with less preprocessor
- *
- * Mail
- *
- * Please do NOT change app.css directly, instead change app.less and compile it!
- *
- * @link http://www.egroupware.org
- * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
- * @author Stefan Reinhard
- * @package mail
- */
-
-@import (reference) "../../../pixelegg/less/layout_definitions.less";
-@import (reference) "../../../pixelegg/less/definitions.less";
-@import (reference) "../../../pixelegg/less/def_mobile.less";
-@import (less) "../default/app.css";
-
-
-#popupMainDiv{
- height: 99%;
- padding: 5px;
- .et2_grid{
- tr{
- td{
- padding: 5px 0;
- }
- }
- }
-}
-/*##############################################
-# # #
-# # #
-# # #
-# # #
-# # #
-# # #
-# # #
-# # iframe #
-# # #
-# # #
-# # #
-# # #
-# # #
-# # #
-##############################################
-*/
-
-/*Border around iframe*/
-iframe#mail-display_mailDisplayBodySrc{
- height: 99%;
- /*border: 4px solid yellow;*/
-
-}
-
-body {
- background-color: white;
-}
-
-#mail-index {
-
- /* Keeps the scrollbar in the window in chrome */
- margin-right: -10px;
-
- // Box mit Header und Liste
- div#mail-index_nm {
- // Header
- div.nextmatch_header {
-
- // Filter
- div.filters {
- // Fläche
- select {margin-top: 9px;}
- } // Ende Filter
- } // Ende Header
-
- // Bilder in den Listen
- tr.mail td img {
- max-height: 50px;
- .box_shadow_none;
- .border_none;
- }
-
- tr.mail div span {.box_shadow_none;}
- } // Ende: Box mit Header und Liste
- div.splitter-bar {
- border-right: 0;
- border-top: 0;
- border-bottom: 0;
- margin-left: 4px;
- }
- div.splitter-bar-horizontal {
- border-top:1px solid #B4B4B4;
- border-left:0;
- }
-
-// Ansicht der Emails
- #mail-index_mailPreview {
- margin: 0;
- // From
- #mail-index_mailPreviewHeadersFrom {
- width: 50%;
- }
-
- // An
- #mail-index_mailPreviewHeadersTo {
- width: 50%;
- }
-
- // Date
- #mail-index_mailPreviewHeadersDate {
- position: absolute;
- right: 0px;
- margin: 3px 5px 0 0;
- }
-
- // Subject
- #mail-index_mailPreviewHeadersSubject {
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- }
- #mail-index_mailPreviewHeadersSubject > span {
- white-space: nowrap;
- }
-
- .mail-d-h1{
- position: relative;
- padding-bottom: 15px;
- border-bottom: 1px solid silver;
- span {
- .mob-fontsize-l;
- }
- .mob-fontsize-l;
- padding-top: 10px;
- font-weight: bold;
- }
- .mail-d-h2{
- padding-top: 5px;
- .mob-fontsize-n;
- color: grey;
- a,span,.et2_label {
- color: grey;
- .mob-fontsize-n;
- }
- a#mail-display_FROM>* {
- color:black;
- padding-top: 15px;
- .mob-fontsize-l;
- }
-
- }
- .et2_details {
- width: 100%;
- display: block;
- }
- .et2_details.et2_details_expanded {
- width: 100%;
- display: block;
- }
- span.et2_details_title {
- color:#26537c;
- .mob-fontsize-n;
- }
- } // Ende: Ansicht der Emails
-} // iframe
-
-/*##############################################
-# # #
-# # #
-# # #
-# # #
-# # #
-# # #
-# # #
-# Side # #
-# bar # #
-# # #
-# # #
-# # #
-# # #
-# # #
-############################################## */
-
-.egw_fw_ui_category_content {
-
- // Mail Liste der Postfächer
- span#mail-tree_target {
- max-height: 50%;
- }
-
- .dtree {
- .basefontfamily;
- }
-
- .standartTreeRow_lor {background-color: @color_hover_row; color: @gray_90;text-decoration: none;}
-} // Ende Sidebox
-
-/* ##################################################################################
- * E-Mail Dialog "Compose"
- *
- * ##################################################################################
- */
-
-
-/*###########################################
-# #
-# #
-#############################################
-# #
-# #
-# #
-# #
-# #
-# dialog #
-# #
-# #
-#############################################
-# #
-# buttons #
-# #
-# #
-##############################################*/
-
-#mail-compose_mail_plaintext {white-space: pre-wrap !important}
-
-#mail-compose {
- padding: 5px;
- max-height: 99%;
-
- // ##################################
- // Identity
- .mailComposeHeaders:first-child {
-
- /*background-color: @gray-0;*/
- /*.gradient_thead;*/
- }
- .mailComposeBodySection {
- margin-top: -4px;
- }
- // ##################################
- // Toolbar
- .et2_toolbar button.toolbar_toggled {
- &:hover{
- background-color: white !important;
- }
- }
-
- #mail-compose_composeToolbar {
-
- // Senden Button
- button#composeToolbar-send {
-
- }
- button#composeToolbar-to_tracker,
- button#composeToolbar-disposition
- {
- &:hover{background-color: @color_hover_row;box-shadow: none;}
- &:not(.toolbar_toggled){filter: grayscale(1) contrast(0.9999) opacity(0.9);}
- }
- button#composeToolbar-to_calendar,
- button#composeToolbar-to_infolog {
- &:hover{background-color: @color_hover_row;box-shadow: none;}
- &:not(.toolbar_toggled){filter: grayscale(1) contrast(0.9999) opacity(0.7);}
- }
- } // Toolbar Ende
-
- table.et2_grid {display: inline-block;}
- /*// ###############################################################################*/
- /*// Mail Header*/
- tr.mailComposeHeaders {
- border-bottom: 1px solid #c1c1c0;
- }
- .mailComposeHeaders,.mailComposeHeadersSection {
- margin: 2px 0;
- width: 98%;
-
- span {
- text-align: right;
- padding-right: 5px;
- }
-
- span.ms-close-btn, span.ms-edit-btn, span.ms-check-btn {
- padding-right: 0px;
- }
-
- div{ max-width: 770px; }
-
- // Automatische Auwahlliste
- span.ui-state-error {color: @color_error;}
- div.ms-res-item-active {
- background: @egw_color_2_a;
- span {color: #FFFFFF;}
- }
-
- /*Von*/
- select#mail-compose_mailaccount {width: 100%; height: 30px;}
- /*An*/
- #mail-compose_to input {width:auto;}
- /*Kopie*/
- #mail-compose_cc_expander,
- /*Blindkopie*/
- #mail-compose_bcc_expander,
- #mail-compose_folder_expander,
- #mail-compose_replyto_expander
- {
- background: transparent;
- border: none;
- color: #26537c;
- text-decoration: underline;
- float: none;
- width: auto;
- white-space: nowrap;
- text-align: left;
- cursor: pointer;
- }
- /*Betreff*/
- input#mail-compose_subject {
- max-width: 716px;
- padding: 4px 0px 4px 5px;
- }
-
- /*HTML Box*/
- input#mail-compose_mimeType {margin-left: 12px;}
-
- } // Ende Header
-
- // Mail Body
-
-
- // Signature
- fieldset.mailSignature {
- font-size: 0.8em;
- border: none;
- margin: 8px 0;
- select {}
- span {margin:0px 8px;}
- }
-
- // File sent as...
- div.mailUploadSection {
- border-top: 0px solid silver;
- margin-top: 16px;
- width: 99%;
- // File Compose Elements
- div.et2_hbox {
- margin: -11px 0 5px -4px;
- label { margin-right: 10%;}
- }
- // Table - attachments
- #mail-compose_attachments {
- border-top: 1px solid silver;
- }
- }
-
- fieldset.mailUploadSection {
- border-top: 0px solid silver;
- font-size: 0.8em;
- margin: 8px 0;
- border-bottom: none;
- border-left: none;
- border-right: none;
- width: 99%;
- }
-} // Ende Dialog
-
-/* ##################################################################################
- * E-Mail Dialog "Ansehen"
- * Preview
- * ##################################################################################
- */
-
-#mail-display {
- padding: 5px;
- .mailDisplayAttachments {
- // background-color:#efefdf;
- max-height: 12%;
- position: fixed;
- border: 0px solid @egw_color_3_a;
-
- border-bottom: 0px;
- opacity: 1;
- -moz-opacity:1;
- // filter: Alpha(opacity=100);
- margin-left: 10px;
- width:98%;
- img {width: 16px;}
-
- }
- .mail_DisplayNone{
- display: none;
- }
-
-} // Ende Display
-
-
-// Toolbar ...from Hadi
-/**
-* et2_toolbar
-*/
-
-.et2_toolbar-dropdown {
- background: @gray_10 !important;
- background-color: @gray_10 !important;
- button {
- background: @gray_10 !important;
- background-color: @gray_10 !important;
- &:hover{}
- }
-}
-
-.et2_toolbar-dropdown-menulist {
- button {
- background: @gray_10 !important;
- background-color: @gray_10 !important;
- &:nth-child(2){}
- }
- ul{ }
-}
-
-
-div.ui-toolbar-menulist {
- .border_normal;
-}
-.ui-toolbar-menulist {
- h {
- padding-bottom: 7px;
- margin: 0;
- }
- div{
- background-color: @gray_10 !important;
- .border_normal;
- }
-}
-
-// all used button in toolbar
-.et2_toolbar_actionlist {
- // zusammengesetzte Buttons
- .et2_toolbar-dropdown {
- background-color: #fafafa !important;
- .et2_dropdown {
- .box_shadow_none;
- border: none !important;
- height: 24px !important;
-
- button {
- .box_shadow_none;
- img {
- .dimension_width_height_s;
- vertical-align: text-bottom;
- }
- min-height: auto;
- }
- }
- .et2_button_icon
- {
- .dimension_height_xs;
- }
- }
-}
-
-
-// aufgeklappte Toolbar
-div#displayToolbar-menulist {
- .et2_dropdown {
- .box_shadow_none;
- border: none !important;
- button {.box_shadow_none;}
- }
- img {.dimension_width_height_sm; }
-}
-
-/* ##################################################################################
- * Dialog: Subscripe Folder
- *
- * ##################################################################################
- */
-#mail-subscribe, #mail-folder_management {
- table.et2_grid tr td {
- padding: 0px;
- /*Label*/
- .mail_subscription_header {
- .headline_h2;
- line-height: 2em;
- font-weight: bold;
- font-size: 150%;
- padding-bottom: 20px;
-
- }
- // Folder List
- et2-box {
- margin-top: 16px;
- height: 484px;
- overflow: auto;
- }
- }
- // color - selected tree item
- .selectedTreeRow,.selectedTreeRow_lor {background-color: @color_selected_row; color: @gray_90;text-decoration: none;}
- // color - hover over standard tree item
- .standartTreeRow_lor {background-color: @color_hover_row; color: @gray_90;text-decoration: none;}
-} // #mail-subscribe
-
-.mail_subscription_header, .mail_folder_management_header
-{
- font-weight: bold;
- font-size: 150%;
- padding-bottom: 20px;
-}
-
-/* ##################################################################################
- * E-Mail
- *
- * ##################################################################################
- */
-
-/* felamimail uses the styledefinitions below to format navButton/navSeparator */
-tr.navbarBackground {
- background-color:#dddddd;
-}
-
-div.navButton {
- background-color:#dddddd;
- float:left;
- padding: 2px;
- margin: 2px;
- border: solid #dddddd 1px;
-}
-
-div.navButton:hover, div.navButtonHover {
- background-color:#eeeeee;
- float:left;
- padding: 2px;
- margin: 2px;
- border: solid white 1px;
- border-right: solid black 1px;
- border-bottom: solid black 1px;
- position: relative;
-}
-
-div.navButton:active, div.navButtonActive {
- background-color:#dddddd;
- float:left;
- padding: 2px;
- margin: 2px;
- border: solid white 1px;
- border-left: solid black 1px;
- border-top: solid black 1px;
- position: relative;
-}
-
-div.navSeparator {
- background-color:#dddddd;
- float:left;
- padding: 0px;
- margin: 2px;
- border: solid silver 1px;
- height:24px;
- position: relative;
-}
-
-/* Fixes z-index problem with the calendar year selection (displays behind selectboxes)*/
-.calendar .combo {
- z-index: 1 !important;
-}
-
-//#############################################################################################
-// mail/templates/app.css
-
-textarea
-{
- font-family: monospace, sans-serif;
- font-size: 110%;
-}
-
-.defaultProfile { color:#000000; font-weight:bold !important; }
-.quoted1 { color:#660066; }
-.quoted2 { color:#007777; }
-.quoted3 { color:#990000; }
-.quoted4 { color:#000099; }
-.quoted5 { color:#bb6600; }
-
-tr.mail div {
- cursor: default;
- white-space: normal;
- text-overflow: ellipsis;
- span {text-overflow: ellipsis;white-space: noWrap;}
-}
-
-tr.mail a {
- cursor: pointer;
- white-space: nowrap;
- text-overflow: ellipsis;
-}
-
-tr.recent div,
-tr.recent span,
-tr.recent time,
-tr.recent a,
-tr.unseen div,
-tr.unseen span,
-tr.unseen time,
-tr.unseen a {
- color: #003075;
- font-weight: bold;
-}
-
-tr.mail.label1 td:first-child {
- border-left:6px solid #ff0080 !important;
-}
-tr.mail.label2 td:first-child {
- border-left:6px solid #ff8000 !important;
-}
-tr.mail.label3 td:first-child {
- border-left:6px solid #008000 !important;
-}
-tr.mail.label4 td:first-child {
- border-left:6px solid #0000ff !important;
-}
-tr.mail.label5 td:first-child {
- border-left:6px solid #8000ff !important;
-}
-
-tr.mail.flagged td:first-child {
- border-left:6px solid #ff0000 !important;
-}
-
-tr.mail.prio_high td:first-child {
- border-left:6px solid #ac0000 !important;
-}
-
-tr.mail.deleted td:first-child {
- border-left:6px solid silver;
- text-decoration : line-through;
-}
-
-.status_img {
- display: inline-block;
- width: 16px;
- height: 16px;
- background-repeat: no-repeat;
- background-size: 16px 16px;
-}
-
-.subjectBold
-{
- font-size: 12px;
- font-weight : bold;
- font-family : Arial;
-}
-
-.subject
-{
- font-size: 12px;
- font-family : Arial;
-}
-
-TR.sieveRowActive
-{
- font-size: 11px;
- height : 20px;
- padding: 0;
- background : White;
-}
-
-A.sieveRowActive
-{
- font-size: 11px;
- height : 14px;
- padding: 0;
-}
-
-TR.sieveRowInActive
-{
- font-size: 11px;
- height : 20px;
- padding: 0;
- background : White;
- color: Silver;
-}
-
-A.sieveRowInActive
-{
- font-size: 11px;
- height : 14px;
- padding: 0;
- color: Silver;
-}
-
-.bodyDIV {
- position:absolute;
- background-color:white;
- top:134px;
- bottom:0px;
- width:100%;
- border-top: 1px solid #efefdf;
-}
-
-.bodyDIVAttachment {
- bottom:80px;
-}
-
-#attachmentSpanAllDIV{
- background-color:#efefdf;
- height:260px;
- overflow:auto;
-}
-
-#attachmentDIV {
- position:fixed;
- background-color:#efefdf;
- bottom:0px;
- min-height:80px;
- max-height:239px;
- width:100%;
- border-top: 1px solid silver;
- overflow:auto;
-}
-
-#popupattachmentDIV {
- background-color:#efefdf;
- bottom:0px;
- min-height:80px;
- max-height:239px;
- width:100%;
- border-top: 1px solid silver;
- overflow:auto;
-}
-
-pre {
- white-space: pre-wrap; /* Mozilla, since 1999 */
- white-space: -o-pre-wrap; /* Opera 7 */
- width: 99%;
-}
-
-/*
- avoid the vertical scrollbar within the sidebox section (triggered by the vertical dimension of the tree)
-*/
-.divSidebox {
- overflow: hidden;
-}
-.textSidebox {
- overflow-x: hidden;
- overflow-y: auto;
-}
-/*
- avoid the vertical scrollbar within the actual tablecontainer (of the tree)
-*/
-.containerTableStyle {
- width: 100%;
- overflow: hidden;
- overflow-y: auto;
-}
-
-
-.dtree {
- font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
- font-size: 11px;
- color: #666;
- white-space: nowrap;
-
- div {
- width: 100%;
- }
- img {
- border: 0px;
- vertical-align: middle;
- }
- a {
- color: #333;
- text-decoration: none;
- }
- a.node, a.nodeSel {
- white-space: nowrap;
- padding: 1px 2px 1px 2px;
-
- &:hover{
- color: #333;
- text-decoration: underline;
- }
- }
-
- a.nodeSel {
- background-color: #c0d2ec;
- }
- .clip {
- overflow: hidden;
- }
- table, tr, td {
- border: none;
- }
- table {
- overflow: hidden;
- width: 100%;
- display: table-row;
- }
-
- // Ende dtree
-}
-
-.useEllipsis {
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- word-wrap: break-word;
-}
-
-
-
-
-#mail-index {
- position: relative
-}
-
-/*
- influence the tree display and scrolling behavior
-*/
-#mail-tree_target {
- min-height: 35px;
- max-height: 450px;
- display: block;
- display: -moz-inline-stack;
- display: -moz-box;
- width: 100%;
- overflow: hidden;
- overflow-y: auto;
- z-index:100;
-}
-/*
- we need the the image displayed with our buttons on the left side
-*/
-input[type=button] {
- background-position: left;
-}
-
-#mail-index_messageIFRAME {
- width: 100%;
- height: 100%;
- border: 0;
-}
-
-//#mail-index_button\[mailcreate\]
-
-#mail-index_button[id*="mailcreate"] {
- width: 99%;
- text-align: left;
- font-weight: bold;
- padding-left: 25px;
- background-image: url(../default/images/write_mail.png) !important;
- background-position: left;
- background-repeat: no-repeat;
-}
-
-//#mail-compose_button[id*="send"] {
-// text-align: left;
-// font-weight: bold;
-// padding-left: 30px;
-// width: 80px;
-// margin: 0px !important;
-// background-image: url(../default/images/mail_send.png) !important;
-// background-position: left;
-// background-repeat: no-repeat;
-//}
-.mailDisplay {
- position: relative;
- background-color: transparent;
- width: 100%;
-}
-#mail-index_mail-index-header_right {
- display: inline-flex;
-}
-#mail-index_mailPreview {
- overflow: hidden;
- position: relative;
- margin-top: 5px;
-}
-#mail-compose_fileselector {
- width: 245px !important;
-}
-
-.mailPreviewIcons {
- position: absolute;
- right: 0;
- top: 0;
-}
-
-// Headerbereich grau hinterlegt
-#mail-index_mailPreviewContainer {
- position: absolute;
- border-top: 1px solid silver;
- bottom: 0;
- left: 0px;
- right: 5px;
-}
-
-/*#######################################################*/
-/*# ICON # ICON # ICON # ICON #ICON # ICON# ICON # ICON #*/
-/*#######################################################*/
-
- /*Toolbar der Email*/
-#mail-display_toolbar {
- padding: 0px;
-}
-#mail-display_toolbar > button > span {
- padding: .2em .4em;
-}
-#mail-display_toolbar > button > span > img {
- width: 16px;
- padding: 0px;
- height: auto;
-}
-
-
-// Button Toolbar - always visible
-#mail-index_toolbar {
- background: none;
- height:35px;
-}
-
-/*AN / To*/
-div.mailPreviewHeaders div.mail_extraEmails {
- display: inline-block;
- max-height: 1.3em;
- max-width: 50%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- img.et2_button_icon {
- .dimension_width_height_m;
- }
-}
-
-div.mailPreviewHeaders img.et2_button_icon {
- background-color: inherit;
-}
-// Anhänge an Email
-
-#mail-index_previewAttachmentArea {
- // background-color:#efefdf;
- .background_color_5_gray;
- max-height: 3.6em;
- border: none;
- // filter: Alpha(opacity=100);
-
- img {.dimension_width_height_s;}
- td{padding: 2px;}
- max-width: 80%;
-
-}
-#mail-index_previewAttachmentArea.noContent {
- border:0px !important;
-}
-
-/* Button after field*/
-#mail-index_mailPreviewHeadersAttachments {
- padding-top: 5px;
- img.et2_button_icon {
- .dimension_width_height_s;
- .background_color_5_gray;
- left: -6px;
- top: 1px;
- }
-}
-
-/*######################################################*/
-/*Diplay : View */
-
-.mailDisplayHeaders {
- overflow: hidden;
-}
-.mailDisplayHeaderSection {
- position: absolute;
- top: 12px;
-}
-div.mailDisplayHeaders > div:first-parent {
- overflow: hidden;
-}
-div.mailDisplayHeaders > span:first-child, div.mailComposeHeaders > span:first-child, div.mailPreviewHeaders > span:first-child {
- width: 7em;
- display: inline-block;
-}
-div.mailComposeHeaders > span:first-child {
- width: 8em;
-}
-
-div.mailDisplayHeaders div.mail_extraEmails {
- display: inline-block;
- max-height: 1.3em;
- max-width: 50%;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-div.mailDisplayHeaders div.mail_extraEmails.visible {
- position: fixed;
- left: 7em;
- display: block;
- max-height: 8em;
- min-width: 30em;
- z-index: 999;
- overflow-y: auto;
- background-color: white;
-}
-#mail-importMessage{
- .et2_button_icon {
- height: auto;
- width: 24px;
- }
-}
-div.mailComposeHeaderSection > table {
- padding-top: 10px;
-}
-
-/* transition delay breaks splitter resize, because it doesn't get the right height
- in a right time. So we reduce the delay to 0.1 to fix the timing issue.
- The delay should not be set to 0 or none because it wil conflict with blueimp gallery plugin (Expose).
-*/
-:hover {
- -webkit-transition: all 0.1s ease-out;
- -moz-transition: all 0.1s ease-out;
- -o-transition: all 0.1s ease-out;
- transition: all 0.1s ease-out;
-}
-#mail-index_button\[mailcreate\], #composeToolbar-send {
- color: #5B5B5B;
- background-color: white;
-}
-/* width */
-table#mail-index_previewAttachmentArea::-webkit-scrollbar {
- width: 5px;
-}
-
-/* Track */
-table#mail-index_previewAttachmentArea::-webkit-scrollbar-track {
- background: #f2f2f2;
-}
-
-/* Handle */
-table#mail-index_previewAttachmentArea::-webkit-scrollbar-thumb {
- background: #c1c2c1;
-}
-
-/* Handle on hover */
-table#mail-index_previewAttachmentArea::-webkit-scrollbar-thumb:hover {
- background: #555;
-}
-#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr {border-left: 12px solid @gray_30;}
-
-#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr.row_category td:first-child > div {
- margin-left: 0px;
- padding-left: 0px;
-
-}
\ No newline at end of file