[win-linux] cdownloadwidget: fix button state colors

This commit is contained in:
SimplestStudio
2024-01-30 11:02:43 +02:00
parent a25ec3a89b
commit 01d5955ecc

View File

@ -20,7 +20,9 @@ QLabel#labelInfo {color: #a5a5a5;}
QFrame#downloadItem[hovered=true] {background: #e0e0e0;}
QFrame#downloadItem[hovered=true] #buttonCancel {color: #3a83db;}
QFrame#downloadItem[hovered=true] QPushButton:hover,
QFrame#downloadItem[hovered=true] #buttonCancel:hover {color: #444444;}
QFrame#downloadItem[hovered=true] QPushButton:pressed,
QFrame#downloadItem[hovered=true] #buttonCancel:pressed {color: #868686;}
QFrame#downloadItem[hovered=true] QProgressBar {background-color: #cacaca; border-color: #cacaca;}
QFrame#downloadItem[hovered=true] #labelSize,