style module actions dropdown text #fff

This commit is contained in:
Cody 2020-05-24 17:47:27 -07:00 committed by GitHub
parent e4b37c17d8
commit 2f272ef4b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,10 @@ body {
margin-left: auto;
}
div.app-moduleactions a.dropdown-toggle, div.app-moduleactions div.dropdown-menu {
color:#ffffff;
}
@media (max-width: 767px) {
.app-menu {
@ -76,4 +80,4 @@ body {
position: relative;
top: 60px;
}
}
}