Skip to content

Commit

Permalink
Merge "Fix background highlight for dropdown"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Aug 21, 2014
2 parents 8195954 + c8ae38a commit ec78204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack_dashboard/static/dashboard/scss/horizon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ td.actions_column .dropdown-menu button:hover {
color: $brand-danger;
}
.dropdown-menu .btn.btn-danger:hover {
background-color: $body-bg;
background-color: $gray-lighter;
}


Expand Down

0 comments on commit ec78204

Please sign in to comment.