Skip to content

Commit

Permalink
pref dialog font color fix for ice theme (#902)
Browse files Browse the repository at this point in the history
The camera combo box font color overrides the preferences combobox font color in ice theme
  • Loading branch information
jonjamcam authored and elieserdejesus committed Sep 16, 2017
1 parent dd88f11 commit 28ec90b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/resources/css/themes/Ice/Dialogs.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ PreferencesDialog QPushButton
border: 1px outset rgba(0, 0, 0, 90);
}

PreferencesDialog QComboBox
{
color: black;
}

PreferencesDialog QComboBox QAbstractItemView /* the colors inside drop down menu of the combo box*/
{
border: none;
Expand Down

0 comments on commit 28ec90b

Please sign in to comment.