Forum bug related to polls

MadMoeZel
MadMoeZel Member Posts: 685

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


2
2 votes

Pending · Last Updated

Comments

  • rootisonfire
    rootisonfire 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
    }
    


  • MadMoeZel
    MadMoeZel Member Posts: 685
  • rootisonfire
    rootisonfire Member Posts: 38

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