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 ...@@ -8,6 +8,13 @@ QWidget:disabled
color: #777777; color: #777777;
} }
QComboBox,
QPushButton,
QComboBox QAbstractItemView
{
background: #dddddd;
}
QTextEdit, QTextEdit,
QLineEdit, QLineEdit,
QComboBox#DockPaletteWidgetComboBox QAbstractItemView QComboBox#DockPaletteWidgetComboBox QAbstractItemView
...@@ -40,6 +47,7 @@ QMenu ...@@ -40,6 +47,7 @@ QMenu
{ {
border: none; border: none;
font-size: 12px; font-size: 12px;
background-color: #dddddd;
} }
QMenu::item 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