Merge pull request #5008 from timkinnane/patch-1

Fix bug, flex-tab nested content had no background
pull/4803/head
Gabriel Engel 10 years ago committed by GitHub
commit c691afb6b8
  1. 2
      packages/rocketchat-theme/assets/stylesheets/utils/_colors.import.less

@ -484,7 +484,7 @@ a:hover {
.flex-tab {
background-color: @secondary-background-color;
.content {
.content, .user-view, .list-view {
background-color: @secondary-background-color;
}
.message {

Loading…
Cancel
Save