Fixed agent filter in dark theme (#5048)

* fixed agent filter in dark theme

* added high contrast theme as well
This commit is contained in:
Aditya Bist
2019-04-16 15:30:16 -07:00
committed by GitHub
parent dfcab8db6a
commit 82f707ee89

View File

@@ -155,4 +155,9 @@ label {
.hc-black .slick-header-menu > input.input {
color: #000000;
}
.vs-dark .slick-header-menu,
.hc-black .slick-header-menu {
color: #FFFFFF;
}