Merge pull request #535 from thabaum/patch-8

Oqtane Theme:  CSS style module actions dropdown text #fff
This commit is contained in:
Shaun Walker
2020-05-25 11:33:07 -04:00
committed by GitHub

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;
}
}
}