62 lines
1.2 KiB
CSS
Executable File
62 lines
1.2 KiB
CSS
Executable File
table.data {
|
|
width: 100%;
|
|
border: 1px solid rgb(153,153,153);
|
|
}
|
|
|
|
table.data th {
|
|
background-color: rgb(238,238,238);
|
|
text-align: left;
|
|
border-bottom: 1px solid rgb(204,204,204);
|
|
padding: 2px;
|
|
color: rgb(153,153,153);
|
|
}
|
|
|
|
table.data tr.even {
|
|
background-color: rgb(245,245,245);
|
|
}
|
|
|
|
table.data td {
|
|
padding: 2px;
|
|
}
|
|
|
|
table.data th.approved {
|
|
background-color: rgb(238,238,238);
|
|
text-align: left;
|
|
border-bottom: 1px solid rgb(204,204,204);
|
|
padding: 2px;
|
|
color: rgb(153,153,153);
|
|
}
|
|
|
|
table.data th.rejected {
|
|
background-color: rgb(150,50,50);
|
|
text-align: left;
|
|
border-bottom: 1px solid rgb(204,204,204);
|
|
padding: 2px;
|
|
color: rgb(255,255,255);
|
|
}
|
|
|
|
table.data th.supressed {
|
|
background-color: rgb(150,50,50);
|
|
text-align: left;
|
|
border-bottom: 1px solid rgb(204,204,204);
|
|
padding: 2px;
|
|
color: rgb(255,255,255);
|
|
}
|
|
|
|
table.data th.pending {
|
|
background-color: rgb(200,200,150);
|
|
text-align: left;
|
|
border-bottom: 1px solid rgb(204,204,204);
|
|
padding: 2px;
|
|
color: rgb(70,70,70);
|
|
}
|
|
|
|
table.data th.reapprove {
|
|
background-color: rgb(200,200,150);
|
|
text-align: left;
|
|
border-bottom: 1px solid rgb(204,204,204);
|
|
padding: 2px;
|
|
color: rgb(90,90,90);
|
|
}
|
|
|