Fix active connection
This commit is contained in:
parent
0e513d2f90
commit
af96be4bfd
|
|
@ -84,7 +84,12 @@
|
||||||
background-color: #495057;
|
background-color: #495057;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
/* search bar at the top of the page */
|
||||||
.navbar-light .btn-navbar, .navbar-light .form-control-navbar {
|
.navbar-light .btn-navbar, .navbar-light .form-control-navbar {
|
||||||
background-color: #bfbfbf;
|
background-color: #bfbfbf;
|
||||||
}
|
}
|
||||||
|
/* active connections */
|
||||||
|
.table-success {
|
||||||
|
background-color: #000000;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue