mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-06-07 00:46:58 +03:00
Fix active connection
This commit is contained in:
parent
0e513d2f90
commit
af96be4bfd
1 changed files with 5 additions and 0 deletions
|
@ -84,7 +84,12 @@
|
|||
background-color: #495057;
|
||||
color: #ffffff;
|
||||
}
|
||||
/* search bar at the top of the page */
|
||||
.navbar-light .btn-navbar, .navbar-light .form-control-navbar {
|
||||
background-color: #bfbfbf;
|
||||
}
|
||||
/* active connections */
|
||||
.table-success {
|
||||
background-color: #000000;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue