Fix mail label colors disappeared. Additionally, remove the column id from mail list

This commit is contained in:
Hadi Nategh 2016-06-01 19:38:35 +02:00
parent 9f32a7e1a9
commit e1afa27a7c
5 changed files with 52 additions and 55 deletions

View File

@ -17,7 +17,7 @@ tr.mail div {
cursor: default;
white-space: nowrap;
}
tr.mail {
tr.mail td:first-child {
border-left: 6px solid white;
}
tr.mail a {
@ -37,31 +37,31 @@ tr.unseen a {
font-weight: bold;
}
tr.mail.labelone {
tr.mail.labelone td:first-child{
border-left:6px solid #ff0080 !important;
}
tr.mail.labeltwo {
tr.mail.labeltwo td:first-child{
border-left:6px solid #ff8000 !important;
}
tr.mail.labelthree {
tr.mail.labelthree td:first-child{
border-left:6px solid #008000 !important;
}
tr.mail.labelfour {
tr.mail.labelfour td:first-child{
border-left: 6px solid #0000ff !important;
}
tr.mail.labelfive {
tr.mail.labelfive td:first-child{
border-left: 6px solid #8000ff !important;
}
tr.mail.flagged {
tr.mail.flagged td:first-child{
border-left: 6px solid #ff0000 !important;
}
tr.mail.prio_high {
tr.mail.prio_high td:first-child{
border-left: 6px solid #ac0000 !important;
}
tr.mail.deleted {
tr.mail.deleted td:first-child{
border-left: 6px solid silver;
text-decoration : line-through;
}

View File

@ -75,7 +75,6 @@
<template id="mail.index.rows" template="" lang="" group="0" version="1.9.001">
<grid width="100%">
<columns>
<column width="25"/>
<column width="20"/>
<column width="20"/>
<column width="40%"/>
@ -88,7 +87,6 @@
</columns>
<rows>
<row class="th">
<nextmatch-sortheader label="ID" id="uid" readonly="true"/>
<nextmatch-header statustext="Status" label="St." id="status"/>
<nextmatch-header statustext="attachments, ..." label="..." id="attachments"/>
<nextmatch-sortheader label="subject" id="subject"/>
@ -100,7 +98,6 @@
<nextmatch-sortheader align="center" label="size" id="size"/>
</row>
<row class="$row_cont[class]">
<description id="${row}[uid]" no_lang="1" readonly="true"/>
<description span="1" class="status_img"/>
<html id="${row}[attachments]"/>
<vbox>

View File

@ -50,7 +50,7 @@ tr.mail div {
cursor: default;
white-space: nowrap;
}
tr.mail {
tr.mail td:first-child {
border-left: 6px solid white;
}
tr.mail a {
@ -68,28 +68,28 @@ tr.unseen a {
color: #003075;
font-weight: bold;
}
tr.mail.labelone {
tr.mail.labelone td:first-child {
border-left: 6px solid #ff0080 !important;
}
tr.mail.labeltwo {
tr.mail.labeltwo td:first-child {
border-left: 6px solid #ff8000 !important;
}
tr.mail.labelthree {
tr.mail.labelthree td:first-child {
border-left: 6px solid #008000 !important;
}
tr.mail.labelfour {
tr.mail.labelfour td:first-child {
border-left: 6px solid #0000ff !important;
}
tr.mail.labelfive {
tr.mail.labelfive td:first-child {
border-left: 6px solid #8000ff !important;
}
tr.mail.flagged {
tr.mail.flagged td:first-child {
border-left: 6px solid #ff0000 !important;
}
tr.mail.prio_high {
tr.mail.prio_high td:first-child {
border-left: 6px solid #ac0000 !important;
}
tr.mail.deleted {
tr.mail.deleted td:first-child {
border-left: 6px solid silver;
text-decoration: line-through;
}
@ -1724,28 +1724,28 @@ tr.unseen a {
color: #003075;
font-weight: bold;
}
tr.mail.labelone {
tr.mail.labelone td:first-child {
border-left: 6px solid #ff0080 !important;
}
tr.mail.labeltwo {
tr.mail.labeltwo td:first-child {
border-left: 6px solid #ff8000 !important;
}
tr.mail.labelthree {
tr.mail.labelthree td:first-child {
border-left: 6px solid #008000 !important;
}
tr.mail.labelfour {
tr.mail.labelfour td:first-child {
border-left: 6px solid #0000ff !important;
}
tr.mail.labelfive {
tr.mail.labelfive td:first-child {
border-left: 6px solid #8000ff !important;
}
tr.mail.flagged {
tr.mail.flagged td:first-child {
border-left: 6px solid #ff0000 !important;
}
tr.mail.prio_high {
tr.mail.prio_high td:first-child {
border-left: 6px solid #ac0000 !important;
}
tr.mail.deleted {
tr.mail.deleted td:first-child {
border-left: 6px solid silver;
text-decoration: line-through;
}

View File

@ -38,7 +38,7 @@ tr.mail div {
cursor: default;
white-space: nowrap;
}
tr.mail {
tr.mail td:first-child {
border-left: 6px solid white;
}
tr.mail a {
@ -56,28 +56,28 @@ tr.unseen a {
color: #003075;
font-weight: bold;
}
tr.mail.labelone {
tr.mail.labelone td:first-child {
border-left: 6px solid #ff0080 !important;
}
tr.mail.labeltwo {
tr.mail.labeltwo td:first-child {
border-left: 6px solid #ff8000 !important;
}
tr.mail.labelthree {
tr.mail.labelthree td:first-child {
border-left: 6px solid #008000 !important;
}
tr.mail.labelfour {
tr.mail.labelfour td:first-child {
border-left: 6px solid #0000ff !important;
}
tr.mail.labelfive {
tr.mail.labelfive td:first-child {
border-left: 6px solid #8000ff !important;
}
tr.mail.flagged {
tr.mail.flagged td:first-child {
border-left: 6px solid #ff0000 !important;
}
tr.mail.prio_high {
tr.mail.prio_high td:first-child {
border-left: 6px solid #ac0000 !important;
}
tr.mail.deleted {
tr.mail.deleted td:first-child {
border-left: 6px solid silver;
text-decoration: line-through;
}
@ -1712,28 +1712,28 @@ tr.unseen a {
color: #003075;
font-weight: bold;
}
tr.mail.labelone {
tr.mail.labelone td:first-child {
border-left: 6px solid #ff0080 !important;
}
tr.mail.labeltwo {
tr.mail.labeltwo td:first-child {
border-left: 6px solid #ff8000 !important;
}
tr.mail.labelthree {
tr.mail.labelthree td:first-child {
border-left: 6px solid #008000 !important;
}
tr.mail.labelfour {
tr.mail.labelfour td:first-child {
border-left: 6px solid #0000ff !important;
}
tr.mail.labelfive {
tr.mail.labelfive td:first-child {
border-left: 6px solid #8000ff !important;
}
tr.mail.flagged {
tr.mail.flagged td:first-child {
border-left: 6px solid #ff0000 !important;
}
tr.mail.prio_high {
tr.mail.prio_high td:first-child {
border-left: 6px solid #ac0000 !important;
}
tr.mail.deleted {
tr.mail.deleted td:first-child {
border-left: 6px solid silver;
text-decoration: line-through;
}

View File

@ -68,7 +68,7 @@ body {
/* Keeps the scrollbar in the window in chrome */
margin-right: -10px;
table.egwGridView_grid{
// border-collapse: inherit;
// width: 99%;
@ -940,31 +940,31 @@ tr.unseen a {
font-weight: bold;
}
tr.mail.labelone {
tr.mail.labelone td:first-child {
border-left:6px solid #ff0080 !important;
}
tr.mail.labeltwo {
tr.mail.labeltwo td:first-child {
border-left:6px solid #ff8000 !important;
}
tr.mail.labelthree {
tr.mail.labelthree td:first-child {
border-left:6px solid #008000 !important;
}
tr.mail.labelfour {
tr.mail.labelfour td:first-child {
border-left:6px solid #0000ff !important;
}
tr.mail.labelfive {
tr.mail.labelfive td:first-child {
border-left:6px solid #8000ff !important;
}
tr.mail.flagged {
tr.mail.flagged td:first-child {
border-left:6px solid #ff0000 !important;
}
tr.mail.prio_high {
tr.mail.prio_high td:first-child {
border-left:6px solid #ac0000 !important;
}
tr.mail.deleted {
tr.mail.deleted td:first-child {
border-left:6px solid silver;
text-decoration : line-through;
}