fixed issue 898

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent d2eff8ebb9
commit 239823fdd2
  1. 10
      resources/style.qss

@ -70,6 +70,16 @@ QLabel#UBTGMediaDropMeLabel
padding: 2px;
}
QComboBox#DockPaletteWidgetComboBox QAbstractItemView
{
background-color: white;
color: black;
selection-background-color: lightgreen;
selection-color: black;
}
QComboBox#DockPaletteWidgetComboBox
{
background: white;

Loading…
Cancel
Save