mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-15 18:38:15 +03:00
Fix tagsinput styles for darkmode
This commit is contained in:
parent
f367cc6a2b
commit
508eb2c280
3 changed files with 13 additions and 1 deletions
|
@ -92,4 +92,11 @@
|
|||
.table-success {
|
||||
color: #000000;
|
||||
}
|
||||
/* Customize Server Interface Addresses */
|
||||
div.tagsinput input:focus {
|
||||
color: #bfbfbf !important;
|
||||
}
|
||||
div.tagsinput input {
|
||||
color: #cde69c !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue