UI/themes: Correctly specify rgb instead of rgba

This commit is contained in:
gxalpha 2022-07-25 23:57:46 +02:00 committed by Matt Gajownik
parent 9c40e448b6
commit edc509c642

View File

@ -752,7 +752,7 @@ QPushButton:pressed {
} }
QPushButton:disabled { QPushButton:disabled {
background-color: rgba(25,27,38); background-color: rgb(25,27,38);
} }
QPushButton::menu-indicator { QPushButton::menu-indicator {