OpenBoard.css: Add styling for QComboBox

preferencesAboutTextFull
Jonah Brüchert 5 years ago
parent 9c7f349d76
commit bfe74a4fa4
No known key found for this signature in database
GPG Key ID: A81E075ABEC80A7E
  1. 6
      resources/etc/OpenBoard.css

@ -8,6 +8,12 @@ QWidget:disabled
color: #777777;
}
QComboBox,
QComboBox QAbstractItemView
{
background: #dddddd;
}
QTextEdit,
QLineEdit,
QComboBox#DockPaletteWidgetComboBox QAbstractItemView

Loading…
Cancel
Save