Update dark.css (#15141)

Fix device name and drop-down text color for availability.
This commit is contained in:
eggbeater98
2023-07-11 13:10:48 +03:00
committed by GitHub
co-authored by GitHub
parent b27dfa5891
commit 0eebe7a255
+6
View File
@@ -1170,6 +1170,12 @@
.glyphicon-menu-up:before {
content: "\e260";
}
.page-availability-report-select {
color: #000000;
}
.device-availability {
color: #ffffff;
}
* {
box-sizing: border-box;
}