Get status (red, yellow, green)
This commit is contained in:
@@ -18,7 +18,7 @@ tr {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
tr::before {
|
||||
tr > td:first-child::before {
|
||||
content: '';
|
||||
display: none;
|
||||
position: absolute;
|
||||
@@ -43,9 +43,9 @@ tr::after {
|
||||
animation: spin 1s linear infinite;
|
||||
}
|
||||
|
||||
tr.loading::before,
|
||||
tr.loading > td:first-child::before,
|
||||
tr.loading::after {
|
||||
display: block;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
td {
|
||||
|
||||
Reference in New Issue
Block a user