Fix color instead of background-color
This commit is contained in:
parent
af96be4bfd
commit
f367cc6a2b
|
|
@ -90,6 +90,6 @@
|
||||||
}
|
}
|
||||||
/* active connections */
|
/* active connections */
|
||||||
.table-success {
|
.table-success {
|
||||||
background-color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue