fix(gui): improve device ID readability in black and dark themes (fixes #9757) (#9758)

This commit is contained in:
André Colomb
2024-10-06 00:48:19 +02:00
committed by GitHub
parent 6d64daaba3
commit f18cf545b9
3 changed files with 2 additions and 4 deletions
-1
View File
@@ -224,7 +224,6 @@ code.ng-binding{
}
.well, .form-control[readonly="readonly"], .popover { /* read-only fields*/
color: #666 !important;
border-color: #444 !important;
background-color: #111 !important;
}