Unverified Commit a6f70421 authored by kaamui's avatar kaamui Committed by GitHub

Merge pull request #233 from JBBgameich/css-menu-background

OpenBoard.css: Add background color to QMenu, QPushButton and QComboBox
parents 71b6aa78 e34f074a
......@@ -8,6 +8,13 @@ QWidget:disabled
color: #777777;
}
QComboBox,
QPushButton,
QComboBox QAbstractItemView
{
background: #dddddd;
}
QTextEdit,
QLineEdit,
QComboBox#DockPaletteWidgetComboBox QAbstractItemView
......@@ -40,6 +47,7 @@ QMenu
{
border: none;
font-size: 12px;
background-color: #dddddd;
}
QMenu::item
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment