Update css.php
Re-adding this as it was accidently removed by a commit
This commit is contained in:
parent
ad1b8fbabb
commit
8c15185774
|
|
@ -3236,6 +3236,22 @@ else { //default: white
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list-status-active {
|
||||||
|
width: 10px;
|
||||||
|
height: 10px;
|
||||||
|
background-color: green;
|
||||||
|
border-radius: 50%;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list-status-inactive {
|
||||||
|
width: 10px;
|
||||||
|
height: 10px;
|
||||||
|
background-color: #ccc;
|
||||||
|
border-radius: 50%;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
/* EDIT ********************************************************************************/
|
/* EDIT ********************************************************************************/
|
||||||
|
|
||||||
td.edit_delete_checkbox_all {
|
td.edit_delete_checkbox_all {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue