mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-03-13 11:37:08 -04:00
Add QToolButton + QMenu styles. Fixes #1464
This commit is contained in:
@@ -138,7 +138,7 @@ QDialog QWidget::QLineEdit
|
||||
|
||||
/* Buttons and combo boxes */
|
||||
|
||||
QPushButton
|
||||
QPushButton, QToolButton
|
||||
{
|
||||
padding: 3px;
|
||||
background-color: #404040;
|
||||
@@ -146,6 +146,23 @@ QPushButton
|
||||
color: white;
|
||||
}
|
||||
|
||||
QToolButton:hover
|
||||
{
|
||||
background-color: #454545;
|
||||
}
|
||||
|
||||
QMenu
|
||||
{
|
||||
background-color: #404040;
|
||||
border: 1px solid #2e2e2e;
|
||||
color: white;
|
||||
}
|
||||
|
||||
QMenu::item:selected
|
||||
{
|
||||
background-color: #454545;
|
||||
}
|
||||
|
||||
QComboBox
|
||||
{
|
||||
padding: 1px;
|
||||
|
||||
Reference in New Issue
Block a user