duplicated style because doesn't work (workaround)

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent fd7b50d0df
commit 18b7f8b12d
  1. 9
      resources/style.qss

@ -14,6 +14,15 @@ QWidget#UBFeaturesCentralWidget
border: 2px solid #999999;
}
QTextEdit,
QLineEdit,
QComboBox#DockPaletteWidgetComboBox QAbstractItemView
{
selection-background-color: lightgreen;
selection-color: black;
}
QWidget#mAdditionalDataContainer
{
border-radius: 10px;

Loading…
Cancel
Save