Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/bfe74a4fa4e5fc57324c057c1642604d37b292b9?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

OpenBoard.css: Add styling for QComboBox

preferencesAboutTextFull
Jonah Brüchert 6 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