gui: Add connection status icons to Remote Devices (fixes #8244) (#8553)

This commit is contained in:
Eric P
2022-09-30 18:15:19 +02:00
committed by GitHub
parent b39985483d
commit fd0a6225aa
11 changed files with 143 additions and 12 deletions
+5
View File
@@ -36,3 +36,8 @@
.fancytree-focused {
background-color: #eeeeee;
}
/* Remote Devices 'connection type'-icon color set to #333 */
.reception {
filter: invert(12%) sepia(11%) saturate(20%) hue-rotate(318deg) brightness(100%) contrast(80%);
}