Adicionado cor para o novo estado "Em andamento"

This commit is contained in:
Iverson Pereira 2017-07-12 10:28:51 -03:00 committed by GitHub
parent 86d3eaf92e
commit aead15b40e

View file

@ -770,6 +770,10 @@ table.list tbody tr.status-13 td.id, table.list tbody tr.status-13 td.status {
background-color: #FFB380
}
table.list tbody tr.status-14 td.id, table.list tbody tr.status-14 td.status {
background-color: #FFF494
}
table.list tbody tr.status-27 td.id, table.list tbody tr.status-27 td.status {
background-color: #81F7BE
}
@ -851,6 +855,10 @@ div.issue.status-13 {
border: 2px solid #FFB380 !important;
}
div.issue.status-14 {
border: 2px solid #FFF494 !important;
}
div.issue.status-27 {
border: 2px solid #81F7BE !important;
}
@ -1338,4 +1346,4 @@ BODY {
}
}
#login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #e8f3ff; background-color:#e8f3ff; }
#login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #e8f3ff; background-color:#e8f3ff; }