Override colour given in the vpn_ipsec.php file (#1999)

Override colour given in the vpn_ipsec.php file
This commit is contained in:
Martin Wasley
2021-10-21 14:48:19 +02:00
committed by GitHub
parent 526e2710e5
commit 302826f561
2 changed files with 9 additions and 0 deletions
@@ -9264,3 +9264,8 @@ div.Tokenize ul {
.image_invertible {
filter: invert(1);
}
.phase1_tr td {
background-color: #282828 !important;
}
@@ -7820,3 +7820,7 @@ div.Tokenize ul.TokensContainer li.Token a.Close {
.image_invertible {
filter: invert(1);
}
.phase1_tr td {
background-color: #282828 !important;
}