Added colors to Status
This commit is contained in:
parent
2cdd61458f
commit
d1b245f55d
2 changed files with 11 additions and 1 deletions
|
|
@ -54,3 +54,13 @@ body{
|
|||
height: 35px;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.red{
|
||||
color: #a94442;
|
||||
}
|
||||
.green{
|
||||
color: #3c763d;
|
||||
}
|
||||
.yellow{
|
||||
color: #8a6d3b;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue