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 -2
View File
@@ -228,7 +228,6 @@ code.ng-binding{
}
.well, .form-control[readonly="readonly"], .popover { /* read-only fields*/
color: #666 !important;
border-color: #424242 !important;
background-color: #3B3B3B !important;
}
@@ -289,4 +288,4 @@ code.ng-binding{
/* Remote Devices 'connection type'-icon color set to #aaa */
.reception {
filter: invert(77%) sepia(0%) saturate(724%) hue-rotate(146deg) brightness(91%) contrast(85%);
}
}