UI/themes: Correctly specify rgb instead of rgba
This commit is contained in:
parent
9c40e448b6
commit
edc509c642
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user