Skip to content

Commit

Permalink
Merge pull request #89 from BSVino/fix-invisible-callvote
Browse files Browse the repository at this point in the history
Fix invisible selected entries in the vote setup dialog
  • Loading branch information
TomyLobo authored Aug 14, 2016
2 parents 858c364 + 0a91727 commit ae9fcb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mp/game/dab/resource/clientscheme.res
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ Scheme
SectionedListPanel.TextColor "White"
SectionedListPanel.BrightTextColor "White"
SectionedListPanel.BgColor "TransparentLightBlack"
SectionedListPanel.SelectedTextColor "Black"
SectionedListPanel.SelectedTextColor "White"
SectionedListPanel.SelectedBgColor "Red"
SectionedListPanel.OutOfFocusSelectedTextColor "Black"
SectionedListPanel.OutOfFocusSelectedTextColor "White"
SectionedListPanel.OutOfFocusSelectedBgColor "255 255 255 32"

Slider.NobColor "108 108 108 255"
Expand Down

0 comments on commit ae9fcb5

Please sign in to comment.