Skip to content

Commit

Permalink
Fix font color in mobile submenu
Browse files Browse the repository at this point in the history
  • Loading branch information
mgielissen authored Apr 8, 2018
1 parent e0aed84 commit f790447
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions backend_theme_v11/static/src/less/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -334,3 +334,9 @@ textarea, select, .o_form_view.o_form_editable .o_form_field_many2manytags,
}
}

@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #fff;
text-align: left;
}
}

0 comments on commit f790447

Please sign in to comment.