Skip to content

Commit

Permalink
[FIXED JENKINS-37549] - Fixed background color for ComboBoxList (#2511)
Browse files Browse the repository at this point in the history
Hard to see anything with Gray background and White Text.
Style is in line with Selects and other form inputs.
  • Loading branch information
jetersen authored and oleg-nenashev committed Aug 27, 2016
1 parent 11af7d0 commit c505dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions war/src/main/webapp/css/style.css
Expand Up @@ -1160,8 +1160,8 @@ table.parameters > tbody:hover {
.comboBoxList {
border: 1px solid #000;
overflow: visible;
color: MenuText;
background-color: Menu;
background-color: white;
color: black;
}
.comboBoxSelectedItem {
background-color: Highlight;
Expand Down

0 comments on commit c505dec

Please sign in to comment.