Forum bug related to polls

Member Posts: 685

Polls can't be read unless highlighted or already voted on


2
2 votes

Pending · Last Updated

Welcome to BHVR Forums

Please sign in to join in the discussions.

Comments

  • Member Posts: 38

    Looks like all that would need to be done to fix this is for the web designer who has access to the CSS to update the background color as it currently exists here: from #f5f5f6; to something like: #35353B

    .Item .Poll .PollOption {
      margin: 12px 0;
      position: relative;
      padding: 6px 50px 6px 12px;
      min-height: 32px;
      background-color: #f5f5f6;
      border-radius: 6px;
      overflow: hidden
    }
    


  • Member Posts: 685
  • Member Posts: 38

    No problem. I do web-design for a living.

Welcome to BHVR Forums

Please sign in to join in the discussions.

Welcome to BHVR Forums

Please sign in to join in the discussions.