Slight colour change for the private background colouring

pull/217/head
iglocska 2013-07-11 16:41:34 +02:00
parent 53675fe3a3
commit 9425f1baf0
1 changed files with 2 additions and 2 deletions

View File

@ -425,11 +425,11 @@ dd {
z-index:1;
}
.table-striped tbody > tr:nth-child(odd).privateRed > td, .table-striped tbody > tr:nth-child(odd).privateRed > th {
background-color: #FFDDDD !important;
background-color: #FFD0D0 !important;
}
.table-striped tbody > tr:nth-child(even).privateRed > td, .table-striped tbody > tr:nth-child(even).privateRed > th {
background-color: #FFCCCC !important;
background-color: #FFDDDD !important;
}
.privateRedText {