Skip to content

Commit

Permalink
Merge pull request #35 from IOAyman/fix/user_menu
Browse files Browse the repository at this point in the history
[FIX] navbar: Set link colors in user menu for small screens
  • Loading branch information
mgielissen authored Jan 16, 2018
2 parents c571928 + be723d3 commit 700018c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions backend_theme_v10/static/src/less/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -329,3 +329,15 @@ textarea, select, .o_form_view.o_form_editable .o_form_field_many2manytags,
.o_form_view ul.oe_form_status li:first-child > .label, .o_form_view ul.oe_form_status_clickable li:first-child > .label {
border-left: 0px solid @odoo-view-background-color !important;
}



// navbar ==========================================

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
@media (max-width : @screen-xs-max) {
color : @brand-primary;
text-align: center;
}
}

0 comments on commit 700018c

Please sign in to comment.