User logs fix failed
This commit is contained in:
@@ -3432,7 +3432,7 @@ else { //default: white
|
||||
.list-status-active {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
background-color: green;
|
||||
background-color: #03C04A;
|
||||
border-radius: 50%;
|
||||
display: inline-block;
|
||||
}
|
||||
@@ -3445,6 +3445,14 @@ else { //default: white
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.list-status-failed {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
background-color: #ea4c46;
|
||||
border-radius: 50%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* EDIT ********************************************************************************/
|
||||
|
||||
td.edit_delete_checkbox_all {
|
||||
|
||||
Reference in New Issue
Block a user