diff --git a/addressbook/templates/pixelegg/images/photo.png b/addressbook/templates/pixelegg/images/photo.png index 3da2b4ecf0..394b0d0498 100755 Binary files a/addressbook/templates/pixelegg/images/photo.png and b/addressbook/templates/pixelegg/images/photo.png differ diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index 29e2dfbbe8..0c928958a5 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -767,7 +767,7 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje /* font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;*/ } .egw_fw_ui_category_content .draggedOver { - background-color: rgba(103, 159, 210, 0.1); + background-color: #679fd2; } /* ################################################################################## * E-Mail Dialog "Compose" @@ -1002,7 +1002,7 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; - background-color: #e6e6e6; + background-color: #b4b4b4; padding-left: 30px !important; background-position: 6px center !important; background-repeat: no-repeat !important; @@ -1137,7 +1137,7 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; - background-color: #e6e6e6; + background-color: #b4b4b4; float: left; width: 47px; margin: 3px; @@ -1172,7 +1172,7 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; - background-color: #e6e6e6; + background-color: #b4b4b4; float: left; width: 47px; margin: 3px; @@ -1724,31 +1724,37 @@ pre { } .mail-index_quotabox { position: absolute; - top: 8px; - right: 74px; + top: 29px; + right: -72px; width: 200px !important; z-index: 99; } +.mail-index_quotabox div.et2_progress { + background-color: #b4b4b4 !important; +} +.mail-index_quotabox div.et2_progress > div { + min-height: 4px !important; +} .mail-index_quotaDisplayNone { display: none !important; } .mail-index_QuotaGreen, .mail-index_QuotaYellow, .mail-index_QuotaRed { - height: 12px !important; + height: 4px !important; width: 100px !important; } .mail-index_QuotaGreen > div { background-color: green !important; - height: 11px !important; + height: 4px !important; } .mail-index_QuotaYellow > div { background-color: yellow !important; - height: 11px !important; + height: 4px !important; } .mail-index_QuotaRed > div { background-color: red !important; - height: 11px !important; + height: 4px !important; } /* influence the tree display and scrolling behavior diff --git a/mail/templates/pixelegg/app.less b/mail/templates/pixelegg/app.less index 67c36468e8..935df612e0 100755 --- a/mail/templates/pixelegg/app.less +++ b/mail/templates/pixelegg/app.less @@ -1184,30 +1184,36 @@ pre { } .mail-index_quotabox { position: absolute; - top:8px; - right:74px; + top:29px; + right:-72px; width:200px !important; z-index:99; + + div.et2_progress {background-color: @gray_30 !important;} + div.et2_progress > div {min-height: 4px !important;} + } .mail-index_quotaDisplayNone { display: none !important; } .mail-index_QuotaGreen, .mail-index_QuotaYellow, .mail-index_QuotaRed { - height:12px !important; + height:4px !important; width:100px !important; } .mail-index_QuotaGreen > div { background-color: green !important; - height:11px !important; + height:4px !important; } .mail-index_QuotaYellow > div { background-color: yellow !important; - height:11px !important; + height:4px !important; } .mail-index_QuotaRed > div { background-color: red !important; - height:11px !important; + height:4px !important; } + + /* influence the tree display and scrolling behavior */ @@ -1345,7 +1351,7 @@ input[type=button] { /* Elemente */ button { - .dimension_height_m !important; + height: 24px !important; background-color: @gray_60; img[src$="svg"]{ @@ -1587,4 +1593,4 @@ div.mailDisplayHeaders div.mail_extraEmails.visible { } -// \ No newline at end of file +//