Skip to content

Commit

Permalink
Update css.php
Browse files Browse the repository at this point in the history
Re-adding this as it was accidently removed by a commit
  • Loading branch information
markjcrane authored Sep 3, 2024
1 parent ad1b8fb commit 8c15185
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions themes/default/css.php
Original file line number Diff line number Diff line change
Expand Up @@ -3236,6 +3236,22 @@
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 ********************************************************************************/

td.edit_delete_checkbox_all {
Expand Down

0 comments on commit 8c15185

Please sign in to comment.